Add grouping for dwindle layout, add window rules for Zoom
This commit is contained in:
parent
1f4109cbe4
commit
08a6789735
|
@ -40,7 +40,9 @@ general {
|
||||||
gaps_out = 20
|
gaps_out = 20
|
||||||
border_size = 2
|
border_size = 2
|
||||||
col.active_border = rgba(b4befeff) rgba(b4befeff) 45deg
|
col.active_border = rgba(b4befeff) rgba(b4befeff) 45deg
|
||||||
|
col.group_border_active = rgba(b4befeff) rgba(b4befeff) 45deg
|
||||||
col.inactive_border = rgba(595959aa)
|
col.inactive_border = rgba(595959aa)
|
||||||
|
col.group_border = rgba(595959aa)
|
||||||
|
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,8 @@ bind = $mainMod, E, exec, neovide --multigrid --maximized
|
||||||
bind = $mainMod, P, exec, ~/.dotfiles/scripts/powermenu
|
bind = $mainMod, P, exec, ~/.dotfiles/scripts/powermenu
|
||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, V, togglefloating,
|
||||||
bind = $mainMod, Space, exec, rofi -show drun
|
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, G, togglesplit, # dwindle
|
||||||
bind = $mainMod, F1, exec, swaylock
|
bind = $mainMod, F1, exec, swaylock
|
||||||
bind = $mainMod, W, exec, $browser
|
bind = $mainMod, W, exec, $browser
|
||||||
|
|
|
@ -8,6 +8,8 @@ windowrule = float, ^(marktext)$
|
||||||
windowrule = center, ^(marktext)$
|
windowrule = center, ^(marktext)$
|
||||||
windowrule = float, ^(otpclient)$
|
windowrule = float, ^(otpclient)$
|
||||||
windowrule = move 2% 6%, ^(otpclient)$
|
windowrule = move 2% 6%, ^(otpclient)$
|
||||||
|
windowrule = float, title:^(Zoom)(.*)$
|
||||||
|
windowrule = center, title:^(Zoom)(.*)$
|
||||||
|
|
||||||
windowrulev2 = float,class:^(Nxplayer.bin)$,title:^(NoMachine)$
|
windowrulev2 = float,class:^(Nxplayer.bin)$,title:^(NoMachine)$
|
||||||
windowrulev2 = center,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, ^(Element)$
|
||||||
windowrule = workspace 5, ^(Signal)$
|
windowrule = workspace 5, ^(Signal)$
|
||||||
windowrule = workspace 5, ^(discord)$
|
windowrule = workspace 5, ^(discord)$
|
||||||
|
windowrule = workspace 5, title:^(Zoom)(.*)$
|
||||||
windowrule = workspace 6, ^(Steam)$
|
windowrule = workspace 6, ^(Steam)$
|
||||||
windowrule = workspace 6, ^(steamwebhelper)$
|
windowrule = workspace 6, ^(steamwebhelper)$
|
||||||
windowrule = workspace 7, ^(Bitwarden)$
|
windowrule = workspace 7, ^(Bitwarden)$
|
||||||
|
|
Loading…
Reference in a new issue