# window rules # ---------------------------------------------------------------------------- # # task manager windowrule { name = task-manager match:class = ^(foot)$ 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)$ 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 { 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 }