Files
smayzy 19ec68c058
nixos config pipeline / show-flake (push) Successful in 17s
nixos config pipeline / deploy (push) Successful in 7s
add lua config for hyprland
2026-08-15 05:12:00 +02:00

20 lines
381 B
Lua

hl.window_rule({
name = "suppress-maximize-events",
match = {class = ".*"},
suppress_event = "maximize"
})
hl.window_rule({
name = "fix-xwayland-drags",
match = {
class = "^$",
title = "^$",
xwayland = true,
float = true,
fullscreen = false,
pin = false,
},
no_focus = true,
})