Add grouping for dwindle layout, add window rules for Zoom

This commit is contained in:
Evie Litherland-Smith 2023-05-02 11:54:57 +01:00
parent 1f4109cbe4
commit 08a6789735
3 changed files with 7 additions and 1 deletions

View file

@ -40,7 +40,9 @@ general {
gaps_out = 20
border_size = 2
col.active_border = rgba(b4befeff) rgba(b4befeff) 45deg
col.group_border_active = rgba(b4befeff) rgba(b4befeff) 45deg
col.inactive_border = rgba(595959aa)
col.group_border = rgba(595959aa)
layout = dwindle
}

View file

@ -12,7 +12,8 @@ bind = $mainMod, E, exec, neovide --multigrid --maximized
bind = $mainMod, P, exec, ~/.dotfiles/scripts/powermenu
bind = $mainMod, V, togglefloating,
bind = $mainMod, Space, exec, rofi -show drun
bind = $mainMod, S, pseudo, # dwindle
bind = $mainMod, S, togglegroup, # dwindle
bind = $mainMod SHIFT, S, changegroupactive, # dwindle
bind = $mainMod, G, togglesplit, # dwindle
bind = $mainMod, F1, exec, swaylock
bind = $mainMod, W, exec, $browser

View file

@ -8,6 +8,8 @@ windowrule = float, ^(marktext)$
windowrule = center, ^(marktext)$
windowrule = float, ^(otpclient)$
windowrule = move 2% 6%, ^(otpclient)$
windowrule = float, title:^(Zoom)(.*)$
windowrule = center, title:^(Zoom)(.*)$
windowrulev2 = float,class:^(Nxplayer.bin)$,title:^(NoMachine)$
windowrulev2 = center,class:^(Nxplayer.bin)$,title:^(NoMachine)$
@ -23,6 +25,7 @@ windowrule = workspace 4, ^(Microsoft Teams - Preview)$
windowrule = workspace 5, ^(Element)$
windowrule = workspace 5, ^(Signal)$
windowrule = workspace 5, ^(discord)$
windowrule = workspace 5, title:^(Zoom)(.*)$
windowrule = workspace 6, ^(Steam)$
windowrule = workspace 6, ^(steamwebhelper)$
windowrule = workspace 7, ^(Bitwarden)$