Add installer and windowrule configuration for NVIDIA GeForce Now

This commit is contained in:
David Heinemeier Hansson
2026-01-31 12:35:33 +01:00
parent ba31e3073c
commit 9d07cc884c
4 changed files with 25 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ 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/geforce.conf
source = ~/.local/share/omarchy/default/hypr/apps/system.conf
source = ~/.local/share/omarchy/default/hypr/apps/telegram.conf
source = ~/.local/share/omarchy/default/hypr/apps/terminals.conf

View File

@@ -0,0 +1,10 @@
# Float Steam
windowrule {
name = geforce
match:class = GeForceNOW
float = on
center = on
opacity = 1 1
size = 1100 700
idle_inhibit = fullscreen
}