From 12bdf01e5e542b214b98db541ad1ae4a755246a5 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 8 Mar 2026 20:27:18 +0100 Subject: [PATCH] Fullscreen and idle inhibit on moonlight --- default/hypr/apps.conf | 1 + default/hypr/apps/moonlight.conf | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 default/hypr/apps/moonlight.conf diff --git a/default/hypr/apps.conf b/default/hypr/apps.conf index f6946ad1..a8e27ac6 100644 --- a/default/hypr/apps.conf +++ b/default/hypr/apps.conf @@ -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 diff --git a/default/hypr/apps/moonlight.conf b/default/hypr/apps/moonlight.conf new file mode 100644 index 00000000..271a11c1 --- /dev/null +++ b/default/hypr/apps/moonlight.conf @@ -0,0 +1,6 @@ +windowrule { + name = moonlight + match:class = com.moonlight_stream.Moonlight + fullscreen = 1 + idle_inhibit = fullscreen +}