1
0
Fork 0
forked from foxora/nix
This commit is contained in:
foxora 2026-02-12 18:53:24 +00:00
commit a07bd5fd9b
66 changed files with 6115 additions and 0 deletions

View file

@ -0,0 +1,61 @@
# 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
}