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:
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.*
|
||||
4
default/hypr/gaming/retroarch.conf
Normal file
4
default/hypr/gaming/retroarch.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
windowrule = fullscreen, class:com.libretro.RetroArch
|
||||
windowrule = opacity 1 1, class:com.libretro.RetroArch
|
||||
windowrule = idleinhibit fullscreen, class:com.libretro.RetroArch
|
||||
|
||||
7
default/hypr/gaming/steam.conf
Normal file
7
default/hypr/gaming/steam.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
# Float Steam, fullscreen RetroArch
|
||||
# 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
|
||||
windowrule = idleinhibit fullscreen, class:steam
|
||||
Reference in New Issue
Block a user