Files
arthur-os/default/hypr/apps/telegram.lua
T
2026-05-11 10:39:22 -04:00

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