mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Create gaming confs
This commit is contained in:
@@ -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
5
default/hypr/gaming.conf
Normal 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
|
||||
6
default/hypr/gaming/blizzard.conf
Normal file
6
default/hypr/gaming/blizzard.conf
Normal 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.*
|
||||
20
default/hypr/gaming/general-gaming.conf
Normal file
20
default/hypr/gaming/general-gaming.conf
Normal 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.*
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user