fix(hyprland): proper rule syntax for 0.52.1 and re-enable autostart
- Removed 'on/off' suffixes from window rules. - Replaced 'match:' with proper colon syntax for selectors. - Re-enabled swww, waybar, and boot scripts.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Float Steam
|
||||
windowrulev2 = float on, match:class steam
|
||||
windowrulev2 = center on, match:class steam, match:title Steam
|
||||
windowrulev2 = tag -default-opacity, match:class steam.*
|
||||
windowrulev2 = opacity 1 1, match:class steam.*
|
||||
windowrulev2 = size 1100 700, match:class steam, match:title Steam
|
||||
windowrulev2 = size 460 800, match:class steam, match:title Friends List
|
||||
windowrulev2 = idle_inhibit fullscreen, match:class steam
|
||||
windowrulev2 = float, class:steam
|
||||
windowrulev2 = center, class:steam, title:Steam
|
||||
windowrulev2 = tag -default-opacity, class:steam.*
|
||||
windowrulev2 = opacity 1 1, class:steam.*
|
||||
windowrulev2 = size 1100 700, class:steam, title:Steam
|
||||
windowrulev2 = size 460 800, class:steam, title:Friends List
|
||||
windowrulev2 = idleinhibit fullscreen, class:steam
|
||||
|
||||
Reference in New Issue
Block a user