feat: add workspace rules
This commit is contained in:
parent
4a61ca8b7a
commit
062f0968d9
1 changed files with 3 additions and 0 deletions
|
|
@ -90,6 +90,9 @@ in
|
||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
"opacity 1.0 0.6,class:^(kitty)$"
|
"opacity 1.0 0.6,class:^(kitty)$"
|
||||||
"stayfocused,class:^(wofi)$"
|
"stayfocused,class:^(wofi)$"
|
||||||
|
"workspace 1 silent,class:^(vesktop)$"
|
||||||
|
"workspace 3 silent,class:^(thunderbird)$"
|
||||||
|
"workspace 3 silent,class:^(org.keepassxc.KeePassXC)$"
|
||||||
];
|
];
|
||||||
env = [
|
env = [
|
||||||
"WLR_NO_HARDWARE_CURSORS,1"
|
"WLR_NO_HARDWARE_CURSORS,1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue