update rules with new hyprland version
This commit is contained in:
parent
e21c1ec161
commit
4cfe4ef480
1 changed files with 13 additions and 15 deletions
|
|
@ -1,25 +1,23 @@
|
|||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
windowrule = nomaxsize, class:.* # You'll probably like this.
|
||||
windowrule = match:class .*, no_max_size true
|
||||
|
||||
# Apps
|
||||
windowrule = idleinhibit fullscreen, class:^(*)$
|
||||
windowrule = idleinhibit fullscreen, title:^(*)$
|
||||
windowrule = idleinhibit fullscreen, fullscreen:1
|
||||
windowrule = float, center, modal:1
|
||||
windowrule = match:class ^(*)$, idle_inhibit fullscreen true
|
||||
windowrule = match:title ^(*)$, idle_inhibit fullscreen true
|
||||
windowrule = match:fullscreen true, idle_inhibit fullscreen
|
||||
windowrule = match:modal true, float 0, center 0
|
||||
|
||||
# windowrule = workspace special:terminal, kitty
|
||||
windowrule = workspace special:music, initialClass:tidal-hifi
|
||||
windowrule = match:initial_class tidal-hifi, workspace special:music
|
||||
|
||||
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_*)$
|
||||
windowrule = match:class thunderbird, workspace 1, no_initial_focus true
|
||||
windowrule = match:class discord, workspace 2, no_initial_focus true
|
||||
windowrule = match:class signal, workspace 2, opacity 0.999, no_initial_focus true
|
||||
windowrule = match:class firefox, workspace 3, opacity 0.999, no_initial_focus true
|
||||
windowrule = match:class stream, workspace 5, float true, no_initial_focus true
|
||||
windowrule = match:class ^(steam_app_*)$, workspace 5, no_initial_focus true
|
||||
|
||||
windowrule = float, class:org.gnome.Calculator
|
||||
windowrule = match:class org.gnome.Calculator, float true
|
||||
|
||||
# Workspaces
|
||||
workspace = 1, persistent:true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue