Update window rules
This commit is contained in:
parent
69032f67f2
commit
be9e793ef0
1 changed files with 3 additions and 1 deletions
|
@ -25,8 +25,10 @@ while read program; do
|
|||
done < ~/.config/autostart
|
||||
|
||||
# Window rules
|
||||
riverctl rule-add -app-id gamescope tags 9 # Move gamescope to tag 9
|
||||
riverctl rule-add -app-id blueberry.py float # Float Blueberry
|
||||
riverctl rule-add -app-id pavucontrol float # Float pavucontrol
|
||||
riverctl rule-add -app-id "waydroid*" fullscreen # Fullscreen all Waydroid applications
|
||||
riverctl rule-add ssd # Use server side decorations for everything (surely this will not break shit)
|
||||
|
||||
## Appearance
|
||||
riverctl xcursor-theme Adwaita 24
|
||||
|
|
Loading…
Add table
Reference in a new issue