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,4 +1,4 @@
|
||||
windowrulev2 = fullscreen on, match:class com.libretro.RetroArch
|
||||
windowrulev2 = tag -default-opacity, match:class com.libretro.RetroArch
|
||||
windowrulev2 = opacity 1 1, match:class com.libretro.RetroArch
|
||||
windowrulev2 = idle_inhibit fullscreen, match:class com.libretro.RetroArch
|
||||
windowrulev2 = fullscreen, class:com.libretro.RetroArch
|
||||
windowrulev2 = tag -default-opacity, class:com.libretro.RetroArch
|
||||
windowrulev2 = opacity 1 1, class:com.libretro.RetroArch
|
||||
windowrulev2 = idleinhibit fullscreen, class:com.libretro.RetroArch
|
||||
|
||||
Reference in New Issue
Block a user