1
0
Fork 0
forked from foxora/nix
flake-foxora/homes/modules/wm/hyprland/hypr/windowrules.conf

62 lines
1.4 KiB
Text
Raw Normal View History

2026-02-12 18:53:24 +00:00
# window rules
# ---------------------------------------------------------------------------- #
# task manager
windowrule {
name = task-manager
2026-02-22 02:38:15 +00:00
match:class = ^(foot)$
2026-02-12 18:53:24 +00:00
match:title = ^(btop)$
float = true
center = true
size = (monitor_w*0.65) (monitor_h*0.65)
}
# ---------------------------------------------------------------------------- #
# terminal filechooser
windowrule {
name = terminal-filechooser
2026-02-22 02:38:15 +00:00
match:class = ^(foot)$
2026-02-12 18:53:24 +00:00
match:title = ^(filechooser)$
float = true
center = true
size = (monitor_w*0.85) (monitor_h*0.85)
}
# ---------------------------------------------------------------------------- #
# yazi explorer
#windowrule {
#name = yazi
2026-02-22 02:38:15 +00:00
#match:class = ^(foot)$
2026-02-12 18:53:24 +00:00
#match:title = ^(yazi)$
#float = true
#center = true
#size = (monitor_w*0.85) (monitor_h*0.85)
#}
# ---------------------------------------------------------------------------- #
2026-02-22 02:38:15 +00:00
# foot - blur
2026-02-12 18:53:24 +00:00
windowrule {
2026-02-22 02:38:15 +00:00
name = foot-blur
match:class = ^(foot)$
2026-02-12 18:53:24 +00:00
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
}