diff options
author | David Robillard <d@drobilla.net> | 2015-10-18 16:52:36 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-10-18 16:52:36 -0400 |
commit | 9c82d0f03e169b2e97de536ad175d485b8640cc5 (patch) | |
tree | 63a5f0645a7ae99d80831a4143b3c8dcba343581 /bspwm | |
parent | e18e870865892d6b3c556bdde69a68b7c190941a (diff) | |
download | dotfiles-9c82d0f03e169b2e97de536ad175d485b8640cc5.tar.gz dotfiles-9c82d0f03e169b2e97de536ad175d485b8640cc5.tar.bz2 dotfiles-9c82d0f03e169b2e97de536ad175d485b8640cc5.zip |
Add BSPWM configuration
Diffstat (limited to 'bspwm')
-rwxr-xr-x | bspwm/bspwmrc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc new file mode 100755 index 0000000..dad610d --- /dev/null +++ b/bspwm/bspwmrc @@ -0,0 +1,21 @@ +#! /bin/sh + +bspc config border_width 2 +bspc config window_gap 12 + +bspc config split_ratio 0.50 +bspc config borderless_monocle true +bspc config gapless_monocle true +bspc config focus_by_distance true + +bspc config focused_border_color "#6F7372" +bspc config top_padding 26 +bspc config focus_follows_pointer true + +bspc monitor -d 1 2 3 4 5 6 7 8 9 + +xsetroot -solid "#222" +sxhkd & +conky & +stalonetray -bg "#202020" --geometry "1x1+2570+6" --grow-gravity E & +xdotool search --classname stalonetray windowraise |