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

5 lines
263 B
Lua

-- Float LocalSend and fzf file picker.
hl.window_rule({ match = { class = "(Share|localsend)" }, float = true })
hl.window_rule({ match = { class = "(Share|localsend)" }, center = true })
hl.window_rule({ match = { class = "localsend" }, size = { 1100, 700 } })