Create gaming confs

This commit is contained in:
Ryan Hughes
2025-09-21 23:06:18 -04:00
parent 0a2c106a41
commit 1a35c22de2
7 changed files with 34 additions and 4 deletions

View File

@@ -7,8 +7,6 @@ source = ~/.local/share/omarchy/default/hypr/apps/jetbrains.conf
source = ~/.local/share/omarchy/default/hypr/apps/localsend.conf
source = ~/.local/share/omarchy/default/hypr/apps/pip.conf
source = ~/.local/share/omarchy/default/hypr/apps/qemu.conf
source = ~/.local/share/omarchy/default/hypr/apps/retroarch.conf
source = ~/.local/share/omarchy/default/hypr/apps/steam.conf
source = ~/.local/share/omarchy/default/hypr/apps/system.conf
source = ~/.local/share/omarchy/default/hypr/apps/terminals.conf
source = ~/.local/share/omarchy/default/hypr/apps/walker.conf

5
default/hypr/gaming.conf Normal file
View File

@@ -0,0 +1,5 @@
# Gaming-specific tweaks
source = ~/.local/share/omarchy/default/hypr/gaming/general-gaming.conf
source = ~/.local/share/omarchy/default/hypr/gaming/blizzard.conf
source = ~/.local/share/omarchy/default/hypr/gaming/retroarch.conf
source = ~/.local/share/omarchy/default/hypr/gaming/steam.conf

View File

@@ -0,0 +1,6 @@
windowrule = tag +game, title:Hearthstone
windowrule = tag +game, title:Overwatch
windowrule = tag +game, title:.*Warcraft.*
windowrule = tag -game, title:Battle.net.*
windowrule = tag +game-launcher, title:Battle.net.*

View File

@@ -0,0 +1,20 @@
windowrule = float, tag:game-launcher
windowrule = center, tag:game-launcher
windowrule = size 60% 60%, tag:game-launcher
windowrule = immediate, tag:game
windowrule = idleinhibit fullscreen, tag:game
windowrule = opacity 1 1, tag:game
windowrule = noshadow, tag:game
windowrule = noborder, tag:game
windowrule = noblur, tag:game
windowrule = noborder, class:Xdg-desktop-portal-gtk
windowrule = noblur, class:Xdg-desktop-portal-gtk
windowrule = noshadow, class:Xdg-desktop-portal-gtk
windowrule = tag +game, class:(steam_app.*|lutris|heroic|gamescope)
# Fix positioning for steam games
# windowrule = center, class:steam_app.*
# windowrule = stayfocused, class:steam_app.*

View File

@@ -1,6 +1,6 @@
# Float Steam, fullscreen RetroArch
windowrule = float, class:steam
windowrule = center, class:steam, title:Steam
# windowrule = float, class:steam
# windowrule = center, class:steam, title:Steam
windowrule = opacity 1 1, class:steam
windowrule = size 1100 700, class:steam, title:Steam
windowrule = size 460 800, class:steam, title:Friends List

View File

@@ -9,3 +9,4 @@ windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned
# App-specific tweaks
source = ~/.local/share/omarchy/default/hypr/apps.conf
source = ~/.local/share/omarchy/default/hypr/gaming.conf