60 lines
1.4 KiB
Text
60 lines
1.4 KiB
Text
# window rules
|
|
|
|
# ---------------------------------------------------------------------------- #
|
|
# terminal - blur
|
|
windowrule {
|
|
name = terminal-blur
|
|
match:class = ^(foot|Alacritty)$
|
|
match:fullscreen = false
|
|
opacity = 0.95
|
|
}
|
|
|
|
# ---------------------------------------------------------------------------- #
|
|
# task manager
|
|
windowrule {
|
|
name = terminal-manager
|
|
match:class = ^(foot|Alacritty)$
|
|
match:title = ^(btop)$
|
|
float = true
|
|
center = true
|
|
size = (monitor_w*0.65) (monitor_h*0.65)
|
|
}
|
|
|
|
# ---------------------------------------------------------------------------- #
|
|
# terminal filechooser
|
|
windowrule {
|
|
name = terminal-filechooser
|
|
match:class = ^(foot|Alacritty)$
|
|
match:title = ^(filechooser)$
|
|
float = true
|
|
center = true
|
|
size = (monitor_w*0.85) (monitor_h*0.85)
|
|
}
|
|
|
|
# ---------------------------------------------------------------------------- #
|
|
# 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
|
|
}
|
|
|
|
# ---------------------------------------------------------------------------- #
|
|
# spotify - blur
|
|
windowrule {
|
|
name = spotify-blur
|
|
match:class = ^(spotify)$
|
|
match:initial_class = ^(spotify)$
|
|
match:fullscreen = false
|
|
opacity = 0.93
|
|
}
|