Fullscreen and idle inhibit on moonlight

This commit is contained in:
David Heinemeier Hansson
2026-03-11 13:59:32 +01:00
parent 1fd26fddc0
commit 12bdf01e5e
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ 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/moonlight.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
+6
View File
@@ -0,0 +1,6 @@
windowrule {
name = moonlight
match:class = com.moonlight_stream.Moonlight
fullscreen = 1
idle_inhibit = fullscreen
}