diff options
author | listout <listout@protonmail.com> | 2021-05-18 11:51:00 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-05-18 11:51:00 +0530 |
commit | 8d71e8ab70ea6a9aec403e7e768d6bd5a3596868 (patch) | |
tree | 58489b73176441c4690429a8bdc808154c4414cd | |
parent | 7ee1c69931fdddb453fc216cad54cd5f3f57b7c3 (diff) |
kitty floating rule
-rwxr-xr-x | .config/bspwm/bspwmrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 1fa489c..6aea4ac 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -21,6 +21,7 @@ bspc config focused_border_color '#5b5f71' wmname LG3D bspc rule -a URxvt state=floating +bspc rule -a kitty state=floating bspc rule -a KeePassXC state=floating bspc rule -a Thunar state=floating bspc rule -a Lxappearance state=floating |