Merge Arch config as main #1

Closed
baobeld wants to merge 228 commits from arch(btw) into master
Showing only changes of commit 48e1b294f4 - Show all commits

View file

@ -5,4 +5,20 @@
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
windowrulev2 = nomaxsize, class:.* # You'll probably like this. windowrulev2 = nomaxsize, class:.* # You'll probably like this.
windowrulev2 = opacity 1 0.8, class:.*
# Apps
windowrule = workspace 1, title:^Spotify Premium$
windowrulev2 = opacity 0.85 0.8, initialTitle:^Spotify Premium$
windowrule = workspace 2, firefox
windowrule = opacity 0.999 0.8, firefox
windowrule = float, kitty
windowrule = move 25% 25%, kitty
windowrule = size 50% 50%, kitty
windowrule = float, Thunar
windowrule = move 12.5% 12.5%, Thunar
windowrule = size 75% 75%, Thunar