mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 12:39:35 +02:00
7 lines
150 B
Lua
7 lines
150 B
Lua
hl.window_rule({
|
|
name = "moonlight",
|
|
match = { class = "com.moonlight_stream.Moonlight" },
|
|
fullscreen = true,
|
|
idle_inhibit = "fullscreen",
|
|
})
|