mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 17:58:30 +02:00
29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
#-- Window Rules ----------------------------------------------------
|
|
windowrule=float, class:^(yad|nm-connection-editor|pavucontrolk)$
|
|
windowrule=float, class:^(xfce-polkit|kvantummanager|qt5ct)$
|
|
windowrule=float, class:^(feh|imv|Gpicview|Gimp|nomacs)$
|
|
windowrule=float, class:^(VirtualBox Manager|qemu|Qemu-system-x86_64)$
|
|
windowrule=float, class:^(xfce4-appfinder)$
|
|
|
|
# foot
|
|
windowrule=float, class:^(foot-float)$
|
|
windowrule=float, class:^(foot-full)$
|
|
windowrule=move 0 0, class:^(foot-full)$
|
|
windowrule=size 100% 100%,class:^(foot-full)$
|
|
|
|
# flameshot
|
|
windowrule = move 0 0,class:(flameshot)
|
|
windowrule = pin,class:(flameshot)
|
|
windowrule = noborder,class:(flameshot)
|
|
windowrule = stayfocused,class:(flameshot)
|
|
windowrule = float,class:(flameshot)
|
|
|
|
# avoid transparency
|
|
windowrule = opaque,class:(flameshot)
|
|
|
|
# wlogout
|
|
windowrule=float,class:^(wlogout)$
|
|
windowrule=move 0 0,class:^(wlogout)$
|
|
windowrule=size 100% 100%,class:^(wlogout)$
|
|
windowrule=animation slide,class:^(wlogout)$
|