window rules
This commit is contained in:
parent
49441c9f12
commit
48e1b294f4
1 changed files with 16 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue