Files
hyprland-dotfiles/windowrules.lua
T
2026-08-12 22:58:34 -07:00

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