feat: adds "home-workspaces" for certain programs

This commit is contained in:
Ahwx 2024-10-30 12:06:56 +01:00
parent 696c20b09d
commit 478d616a20

View file

@ -335,6 +335,10 @@
"move 0 0,title:^(Firefox Sharing Indicator)$" "move 0 0,title:^(Firefox Sharing Indicator)$"
"size 700 450,title:^(Volume Control)$" "size 700 450,title:^(Volume Control)$"
"move 40 55%,title:^(Volume Control)$" "move 40 55%,title:^(Volume Control)$"
"workspace 10, thunderbird"
"workspace 8, nheko"
"workspace 8, element-desktop"
"workspace 9, spotify"
]; ];
# windowrulev2 # windowrulev2
@ -371,6 +375,8 @@
extraConfig = " extraConfig = "
monitor=,preferred,auto,auto monitor=,preferred,auto,auto
# debug:disable_logs = false
xwayland { xwayland {
force_zero_scaling = true force_zero_scaling = true
} }