28 lines
1.1 KiB
Text
28 lines
1.1 KiB
Text
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
|
windowrule = match:class .*, no_max_size true
|
|
|
|
# Apps
|
|
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 = match:initial_class tidal-hifi, workspace special:music
|
|
|
|
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 = match:class org.gnome.Calculator, float true
|
|
|
|
# Workspaces
|
|
workspace = 1, persistent:true
|
|
workspace = 2, persistent:true
|
|
workspace = 3, persistent:true
|
|
workspace = 4, persistent:true
|
|
workspace = 5, persistent:true
|
|
|