diff options
| -rw-r--r-- | X11/xresources | 2 | ||||
| -rw-r--r-- | hypr/hyprland.conf | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/X11/xresources b/X11/xresources index 2624d72..c72f299 100644 --- a/X11/xresources +++ b/X11/xresources @@ -457,5 +457,7 @@ rofi.color-window: #1d1f21, #101010, #000000 ! white *.color7: #b4b7b5 *.color15: #ffffff + +! Xcursor Xcursor.theme: BreezeX-Black Xcursor.size: 32 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 |
