15 lines
198 B
Lua
15 lines
198 B
Lua
hl.window_rule({
|
|
name = "ueberzugpp-preview",
|
|
|
|
match = {
|
|
class = "ueberzugpp_.*",
|
|
},
|
|
|
|
float = true,
|
|
no_initial_focus = true,
|
|
|
|
border_size = 0,
|
|
rounding = 0,
|
|
no_shadow = true,
|
|
})
|