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 @@
|
||||
# Float LocalSend and fzf file picker
|
||||
windowrulev2 = float on, match:class (Share|localsend)
|
||||
windowrulev2 = center on, match:class (Share|localsend)
|
||||
windowrulev2 = size 1100 700, match:class localsend
|
||||
windowrulev2 = float, class:(Share|localsend)
|
||||
windowrulev2 = center, class:(Share|localsend)
|
||||
windowrulev2 = size 1100 700, class:localsend
|
||||
|
||||
Reference in New Issue
Block a user