forked from foxora/nix
added alacritty, foot doesnt support dynamic themeing :c
This commit is contained in:
parent
cf5b772204
commit
79af2ce80f
11 changed files with 184 additions and 137 deletions
|
|
@ -1,10 +1,19 @@
|
|||
# window rules
|
||||
|
||||
# ---------------------------------------------------------------------------- #
|
||||
# terminal - blur
|
||||
windowrule {
|
||||
name = terminal-blur
|
||||
match:class = ^(foot|Alacritty)$
|
||||
match:fullscreen = false
|
||||
opacity = 0.95
|
||||
}
|
||||
|
||||
# ---------------------------------------------------------------------------- #
|
||||
# task manager
|
||||
windowrule {
|
||||
name = task-manager
|
||||
match:class = ^(foot)$
|
||||
name = terminal-manager
|
||||
match:class = ^(foot|Alacritty)$
|
||||
match:title = ^(btop)$
|
||||
float = true
|
||||
center = true
|
||||
|
|
@ -15,33 +24,13 @@ windowrule {
|
|||
# terminal filechooser
|
||||
windowrule {
|
||||
name = terminal-filechooser
|
||||
match:class = ^(foot)$
|
||||
match:class = ^(foot|Alacritty)$
|
||||
match:title = ^(filechooser)$
|
||||
float = true
|
||||
center = true
|
||||
size = (monitor_w*0.85) (monitor_h*0.85)
|
||||
}
|
||||
|
||||
# ---------------------------------------------------------------------------- #
|
||||
# yazi explorer
|
||||
#windowrule {
|
||||
#name = yazi
|
||||
#match:class = ^(foot)$
|
||||
#match:title = ^(yazi)$
|
||||
#float = true
|
||||
#center = true
|
||||
#size = (monitor_w*0.85) (monitor_h*0.85)
|
||||
#}
|
||||
|
||||
# ---------------------------------------------------------------------------- #
|
||||
# foot - blur
|
||||
windowrule {
|
||||
name = foot-blur
|
||||
match:class = ^(foot)$
|
||||
match:fullscreen = false
|
||||
opacity = 0.95
|
||||
}
|
||||
|
||||
# ---------------------------------------------------------------------------- #
|
||||
# imhex - blur
|
||||
windowrule {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue