feat(hyprland): add more rules.
This commit is contained in:
parent
0e96cd7d38
commit
d4545b0b68
1 changed files with 7 additions and 0 deletions
|
@ -289,9 +289,16 @@ in {
|
|||
# Make keepassxc floating
|
||||
"float, class:^(org.keepassxc.KeePassXC)$"
|
||||
|
||||
# Move to workspace 1
|
||||
"workspace 1, class:^(org.qutebrowser.qutebrowser)$"
|
||||
|
||||
# Move to workspace 5
|
||||
"workspace 5, class:^(vesktop)$"
|
||||
|
||||
# Move to workspace 6
|
||||
"workspace 5, class:^(steam)$"
|
||||
"workspace 5, class:^(heroic)$"
|
||||
|
||||
# Enable inhibition for fullscreen apps
|
||||
"idleinhibit fullscreen, class:^(*)$"
|
||||
"idleinhibit fullscreen, title:^(*)$"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue