diff options
| author | zachir <zachir@librem.one> | 2025-12-20 21:05:35 -0600 |
|---|---|---|
| committer | zachir <zachir@librem.one> | 2025-12-20 21:05:35 -0600 |
| commit | b74017470ebcc277a775b57fca271412188c15fd (patch) | |
| tree | 2a2f6376ec28293ef69a928b745ba632b5fddff3 /hypr | |
| parent | 4a47fa245b3f26bca54dd711d3cbf944acf63c09 (diff) | |
Rather, fix center for steam and reaper popups, and add to fullscreen
steam big picture mode.
Diffstat (limited to 'hypr')
| -rw-r--r-- | hypr/hyprland.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index df9c618..0b4afe3 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -220,7 +220,9 @@ windowrulev2 = workspace special:easyeffects silent, class: ^(com\.github\.wwmm\ # Fix brave xray menus windowrulev2 = xray 0, class: ^(\s*), title: ^(\s*)$ # Center floating XWayland windows -#windowrule = center, xwayland: 1 +windowrule = center, xwayland: 1, class: negative:^(steam|REAPER)$ +# Make Steam Big Picture Mode fullscreen +windowrule = fullscreen, class: ^(steam)$, 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 |
