mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 04:29:34 +02:00
5 lines
351 B
Lua
5 lines
351 B
Lua
hl.window_rule({ match = { class = "com.libretro.RetroArch" }, fullscreen = true })
|
|
hl.window_rule({ match = { class = "com.libretro.RetroArch" }, tag = "-default-opacity" })
|
|
hl.window_rule({ match = { class = "com.libretro.RetroArch" }, opacity = "1 1" })
|
|
hl.window_rule({ match = { class = "com.libretro.RetroArch" }, idle_inhibit = "fullscreen" })
|