add hyprland config

This commit is contained in:
Benjamin Palko 2024-03-02 20:20:46 -05:00
parent c552b9e351
commit 01dae7e4ca
5 changed files with 207 additions and 0 deletions

8
hypr/rules.conf Normal file
View file

@ -0,0 +1,8 @@
# 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 = nomaximizerequest, class:.* # You'll probably like this.