Split Hyprland configuratin in multiple files

This commit is contained in:
Fabio Scotto di Santolo
2024-08-01 12:25:39 +02:00
parent 246983f836
commit 8cf790ebbe
10 changed files with 164 additions and 165 deletions

View File

@@ -0,0 +1,9 @@
# Example windowrule v1
# windowrule = float, ^(kitty)$
# Example windowrule v2
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.