Bind workspaces in Hyprland using new syntax
This commit is contained in:
parent
a18c303ad7
commit
3680a4862f
|
@ -14,9 +14,14 @@
|
||||||
wayland.windowManager.hyprland.extraConfig = ''
|
wayland.windowManager.hyprland.extraConfig = ''
|
||||||
source=./common.conf
|
source=./common.conf
|
||||||
|
|
||||||
monitor=eDP-1,preferred,auto,1.0
|
monitor = eDP-1,preferred,auto,1.0
|
||||||
monitor=DP-3,preferred,auto,auto
|
monitor = DP-3,preferred,auto,auto
|
||||||
monitor=DP-4,preferred,auto,auto,transform,1
|
monitor = DP-4,preferred,auto,auto,transform,1
|
||||||
|
|
||||||
|
workspace = DP-3,1
|
||||||
|
workspace = DP-3,2
|
||||||
|
workspace = DP-3,3
|
||||||
|
workspace = DP-3,4
|
||||||
|
|
||||||
windowrule = float, title:^([Zz]oom).*$
|
windowrule = float, title:^([Zz]oom).*$
|
||||||
windowrule = center, title:^([Zz]oom).*$
|
windowrule = center, title:^([Zz]oom).*$
|
||||||
|
|
Loading…
Reference in a new issue