diff options
author | Amin Bandali <amin@aminb.org> | 2018-02-10 21:53:16 -0500 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-02-10 21:53:16 -0500 |
commit | 838dec1f8ac6f79ad6dd077190cd8253ae2eff82 (patch) | |
tree | c3fac86043a595d23db14c9823172caba08aac21 | |
parent | c9609c952565df9cb0c02960ae595de69bf165b7 (diff) | |
download | configs-838dec1f8ac6f79ad6dd077190cd8253ae2eff82.tar.gz configs-838dec1f8ac6f79ad6dd077190cd8253ae2eff82.tar.xz configs-838dec1f8ac6f79ad6dd077190cd8253ae2eff82.zip |
bspwm: more floating rules
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index c31e18b..c5b8746 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -50,3 +50,6 @@ bspc rule -a Audacity state=floating bspc rule -a Proof state=floating # pvs x-show-proof bspc rule -a Nm-connection-editor state=floating bspc rule -a Wire state=floating +bspc rule -a discord state=floating +bspc rule -a X2goclient state=floating +bspc rule -a SimpleScreenRecorder state=floating |