copy dotfiles from arch
This commit is contained in:
parent
76d6787417
commit
c71ba09614
57 changed files with 2714 additions and 0 deletions
31
hypr/config/rules.conf
Normal file
31
hypr/config/rules.conf
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
|
||||
# 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 = nomaxsize, class:.* # You'll probably like this.
|
||||
# windowrulev2 = opacity 1 0.6, class:.*
|
||||
|
||||
|
||||
# Apps
|
||||
windowrule = workspace 1, title:^Spotify Premium$
|
||||
windowrulev2 = opacity 0.85 0.8, initialTitle:^Spotify Premium$
|
||||
|
||||
windowrule = workspace 2, discord
|
||||
windowrule = opacity 0.999, discord
|
||||
|
||||
windowrule = workspace 3, firefox
|
||||
windowrule = opacity 0.999, firefox
|
||||
|
||||
windowrule = float, kitty
|
||||
windowrule = workspace special:terminal, 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
|
||||
|
||||
windowrule = immediate, class:^(steam_app_553850)$
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue