Add window rules
This commit is contained in:
parent
1974f5f8ff
commit
678133425b
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ while read program; do
|
||||||
riverctl spawn $program
|
riverctl spawn $program
|
||||||
done < ~/.config/autostart
|
done < ~/.config/autostart
|
||||||
|
|
||||||
|
# Window rules
|
||||||
|
riverctl rule-add -app-id gamescope tags 9 # Move gamescope to tag 9
|
||||||
|
riverctl rule-add -app-id "waydroid*" fullscreen # Fullscreen all Waydroid applications
|
||||||
|
|
||||||
## Appearance
|
## Appearance
|
||||||
riverctl xcursor-theme Adwaita 24
|
riverctl xcursor-theme Adwaita 24
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue