mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
feat: adds "home-workspaces" for certain programs
This commit is contained in:
parent
696c20b09d
commit
478d616a20
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue