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 +}