update rules, fullscreen no lock!
This commit is contained in:
parent
7786fe7782
commit
008caf935f
1 changed files with 5 additions and 8 deletions
|
|
@ -4,28 +4,25 @@
|
|||
# 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.
|
||||
windowrule = nomaxsize, class:.* # You'll probably like this.
|
||||
# windowrulev2 = opacity 1 0.6, class:.*
|
||||
|
||||
|
||||
# Apps
|
||||
windowrule = idleinhibit fullscreen, class:^(*)$
|
||||
windowrule = idleinhibit fullscreen, title:^(*)$
|
||||
windowrule = idleinhibit fullscreen, fullscreen:1
|
||||
|
||||
windowrule = float, title:rofi
|
||||
|
||||
# windowrule = workspace special:terminal, kitty
|
||||
windowrule = workspace special:music, initialClass:Spotify
|
||||
windowrule = opacity 0.85 0.8, initialClass:Spotify
|
||||
windowrule = workspace special:music, initialClass:tidal-hifi
|
||||
|
||||
windowrule = workspace:1, class:thunderbird
|
||||
|
||||
windowrule = workspace 2,class:(discord)
|
||||
|
||||
windowrule = workspace 2,class:(signal)
|
||||
windowrule = opacity:0.999, class:signal
|
||||
|
||||
windowrule = workspace:3, class:firefox
|
||||
windowrule = opacity:0.999, class:firefox
|
||||
|
||||
windowrule = workspace 5,float,class:(steam)
|
||||
windowrule = workspace 5, class:^(steam_app_*)$
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue