mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-04 20:28:23 +02:00
3 lines
147 B
Lua
3 lines
147 B
Lua
-- Prevent Telegram from stealing focus on new messages.
|
|
hl.window_rule({ match = { class = "org.telegram.desktop" }, focus_on_activate = false })
|