diff options
author | listout <listout@protonmail.com> | 2021-11-16 09:29:34 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-11-16 09:29:34 +0530 |
commit | e7c3630595610c8b11ca3f481b8d01563596766e (patch) | |
tree | e493ac77d43ec8fec74197024c2419e9716b184b /.config | |
parent | e40891f5324a11733d447f3f315d25bc31b79047 (diff) |
added pavucontrol to floating rule
Diffstat (limited to '.config')
-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 f4031e7..00f23f7 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -32,3 +32,4 @@ bspc rule -a "Gufw.py" state=floating bspc rule -a Eom state=floating bspc rule -a feh state=floating bspc rule -a XTerm state=floating +bspc rule -a Pavucontrol state=floating |