init
This commit is contained in:
commit
850d3c539b
66 changed files with 6115 additions and 0 deletions
61
homes/modules/wm/hyprland/hypr/windowrules.conf
Normal file
61
homes/modules/wm/hyprland/hypr/windowrules.conf
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue