diff options
| author | ZachIR <zachir@librem.one> | 2025-12-29 20:23:42 -0600 |
|---|---|---|
| committer | ZachIR <zachir@librem.one> | 2025-12-29 20:23:42 -0600 |
| commit | 89930dfd56181beffe686052e8b447e9d5f40a90 (patch) | |
| tree | 45e5e630d003230649f2deba3e5c380d09cdb289 /hypr/hyprland.conf | |
| parent | d5fb8f7e4ce4a60e63c29cf84c72f13c7e7dfa6e (diff) | |
Update hypr config for 0.53.0
Diffstat (limited to 'hypr/hyprland.conf')
| -rw-r--r-- | hypr/hyprland.conf | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 0b4afe3..2a64c9e 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -181,7 +181,7 @@ master { new_on_active = before #no_gaps_when_only = false orientation = left - inherit_fullscreen = true + #inherit_fullscreen = true drop_at_cursor = true } #}}} @@ -216,30 +216,30 @@ plugin { # Example windowrule v2 # windowrule = float, class:^(kitty)$, title:^(kitty)$ # See https://wiki.hypr.land/Configuring/Window-Rules/ for more -windowrulev2 = workspace special:easyeffects silent, class: ^(com\.github\.wwmm\.easyeffects)$ +windowrulev2 = workspace special:easyeffects silent, match: class ^(com\.github\.wwmm\.easyeffects)$ # Fix brave xray menus -windowrulev2 = xray 0, class: ^(\s*), title: ^(\s*)$ +windowrulev2 = xray 0, match:class ^(\s*), match:title ^(\s*)$ # Center floating XWayland windows -windowrule = center, xwayland: 1, class: negative:^(steam|REAPER)$ +windowrule = center on, match:xwayland on, match:class negative:^(steam|REAPER)$ # Make Steam Big Picture Mode fullscreen -windowrule = fullscreen, class: ^(steam)$, title: ^(Steam Big Picture Mode)$ +windowrule = fullscreen on, match:class ^(steam)$, match:title ^(Steam Big Picture Mode)$ # Fix scratchpad window spawn behavior -windowrule = workspace +0, onworkspace:name:special:sphtop, class:negative:sphtop -windowrule = workspace +0, onworkspace:name:special:spterm, class:negative:spterm -windowrule = workspace +0, onworkspace:name:special:sppmxr, class:negative:sppmxr -windowrule = workspace +0, onworkspace:name:special:spblue, class:negative:spblue -windowrule = workspace +0, onworkspace:name:special:spncmp, class:negative:spncmp -windowrule = workspace +0, onworkspace:name:special:spmutt, class:negative:spmutt -windowrule = workspace +0, onworkspace:name:special:spprof, class:negative:spprof -windowrule = workspace +0, onworkspace:name:special:spirss, class:negative:spirss -windowrule = workspace +0, onworkspace:name:special:spvimw, class:negative:spvimw -windowrule = workspace +0, onworkspace:name:special:sptrmc, class:negative:sptrmc -windowrule = workspace +0, onworkspace:name:special:helvum, class:negative:helvum -windowrule = workspace +0, onworkspace:name:special:easyeffects, class:negative:easyeffects +windowrule = workspace +0, match:workspace name:sphtop, match:class negative:sphtop +windowrule = workspace +0, match:workspace name:spterm, match:class negative:spterm +windowrule = workspace +0, match:workspace name:sppmxr, match:class negative:sppmxr +windowrule = workspace +0, match:workspace name:spblue, match:class negative:spblue +windowrule = workspace +0, match:workspace name:spncmp, match:class negative:spncmp +windowrule = workspace +0, match:workspace name:spmutt, match:class negative:spmutt +windowrule = workspace +0, match:workspace name:spprof, match:class negative:spprof +windowrule = workspace +0, match:workspace name:spirss, match:class negative:spirss +windowrule = workspace +0, match:workspace name:spvimw, match:class negative:spvimw +windowrule = workspace +0, match:workspace name:sptrmc, match:class negative:sptrmc +windowrule = workspace +0, match:workspace name:helvum, match:class negative:helvum +windowrule = workspace +0, match:workspace name:easyeffects, match:class negative:easyeffects #}}} #{{{ Layerrules -layerrule = blur, waybar +layerrule = blur on, match:namespace waybar #}}} #{{{ Mods |
