diff options
author | listout <listout@protonmail.com> | 2021-05-31 12:39:11 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-05-31 12:39:11 +0530 |
commit | 65453e1cd87392bc6ad260cf9de5d0849910aeb5 (patch) | |
tree | 309ccbeef5422ec33e201e050269a7d28af3097d /.config/bspwm | |
parent | 7d3672e92a9362d1f8ebd128bd749a910ca0bd7c (diff) |
floating rule for gufw and system-monitor
Diffstat (limited to '.config/bspwm')
-rwxr-xr-x | .config/bspwm/bspwmrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 6aea4ac..0c6a7c9 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -25,3 +25,5 @@ bspc rule -a kitty state=floating bspc rule -a KeePassXC state=floating bspc rule -a Thunar state=floating bspc rule -a Lxappearance state=floating +bspc rule -a "Gnome-system-monitor" state=floating +bspc rule -a "Gufw.py" state=floating |