From d17ce9f31afac725e86da8a1bf47e3769e4b5968 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 3 Oct 2023 15:54:22 +0200 Subject: Update hyprland --- .config/hypr/hyprland.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index fc3b0d1..f0ae6ff 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -77,6 +77,11 @@ dwindle { pseudotile=0 # enable pseudotiling on dwindle } +master { + new_is_master=true + new_on_top=true +} + gestures { workspace_swipe=no } @@ -108,6 +113,7 @@ bind=SUPER_SHIFT,L,layoutmsg,removemaster bind=SUPER,SPACE,layoutmsg,orientationnext bind=SUPER_SHIFT,SPACE,layoutmsg,orientationprev bind=SUPER,M,fullscreen,1 +bind=SUPER,F,fullscreen,0 bind=SUPER,2,exec,~/.local/bin/hyprland-switch-tag 1 bind=SUPER,3,exec,~/.local/bin/hyprland-switch-tag 2 @@ -133,4 +139,5 @@ bind=SUPER,mouse_down,workspace,e+1 bind=SUPER,mouse_up,workspace,e-1 # Rules -windowrulev2=workspace 2,class:(firefox) +windowrulev2=workspace 3,class:(firefox) +windowrulev2=workspace 4,class:(thunderbird) -- cgit v1.1