nix/homes/modules/wm/hyprland/hypr/windowrules.conf
2026-02-12 18:53:24 +00:00

61 lines
1.4 KiB
Text

# window rules
# ---------------------------------------------------------------------------- #
# task manager
windowrule {
name = task-manager
match:class = ^(kitty)$
match:title = ^(btop)$
float = true
center = true
size = (monitor_w*0.65) (monitor_h*0.65)
}
# ---------------------------------------------------------------------------- #
# terminal filechooser
windowrule {
name = terminal-filechooser
match:class = ^(kitty)$
match:title = ^(filechooser)$
float = true
center = true
size = (monitor_w*0.85) (monitor_h*0.85)
}
# ---------------------------------------------------------------------------- #
# yazi explorer
#windowrule {
#name = yazi
#match:class = ^(kitty)$
#match:title = ^(yazi)$
#float = true
#center = true
#size = (monitor_w*0.85) (monitor_h*0.85)
#}
# ---------------------------------------------------------------------------- #
# kitty - blur
windowrule {
name = kitty-blur
match:class = ^(kitty)$
match:fullscreen = false
opacity = 0.95
}
# ---------------------------------------------------------------------------- #
# imhex - blur
windowrule {
name = imhex-blur
match:class = ^(imhex)$
match:fullscreen = false
opacity = 0.97
}
# ---------------------------------------------------------------------------- #
# discord - blur
windowrule {
name = discord-blur
match:initial_title = ^(Discord|Discord Popout)$
match:fullscreen = false
opacity = 0.97
}