diff options
author | listout <listout@protonmail.com> | 2021-04-12 23:31:27 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-04-12 23:31:27 +0530 |
commit | 37ab47be9bb03ee5dfb5ccfe01fb0c610136fbba (patch) | |
tree | 4e87dd3f1a678835cfcb9fbdefe94024c68cccb8 /.config | |
parent | 2989f2a892625bdb9dadffa7599eb27ab3f31416 (diff) |
bspwm config
Diffstat (limited to '.config')
-rwxr-xr-x | .config/bspwm/bspwmrc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc new file mode 100755 index 0000000..5ca485a --- /dev/null +++ b/.config/bspwm/bspwmrc @@ -0,0 +1,23 @@ +#! /bin/sh + +pgrep -x sxhkd > /dev/null || sxhkd & +picom & +/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & +./.config/polybar/launch.sh & +feh --bg-fill $HOME/.config/walls/flowers.jpg + +bspc monitor -d I II III IV V VI + +bspc config border_width 2 +bspc config window_gap 1 + +bspc config split_ratio 0.52 +bspc config borderless_monocle true +bspc config gapless_monocle true + +wmname LG3D + +bspc rule -a URxvt state=floating +bspc rule -a KeePassXC state=floating +bspc rule -a Thunar state=floating +bspc rule -a Lxappearance state=floating |