mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 04:29:34 +02:00
5 lines
263 B
Lua
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 } })
|