diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-02-12 19:48:26 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-02-12 19:48:26 +0100 |
commit | 5d1a5573fe6c5a80e523979a3b725eff0913065e (patch) | |
tree | 05f1ae8e81c5d5dade3771e08fc457c6f1479e81 /config/bspwm/bspwmrc | |
parent | f7ac47a1102006842d074146237c756648478675 (diff) | |
download | dotfiles-5d1a5573fe6c5a80e523979a3b725eff0913065e.tar.gz dotfiles-5d1a5573fe6c5a80e523979a3b725eff0913065e.tar.bz2 dotfiles-5d1a5573fe6c5a80e523979a3b725eff0913065e.zip |
add bspwm and sxhkd confs
Diffstat (limited to 'config/bspwm/bspwmrc')
-rwxr-xr-x | config/bspwm/bspwmrc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/config/bspwm/bspwmrc b/config/bspwm/bspwmrc new file mode 100755 index 0000000..7b9d7a8 --- /dev/null +++ b/config/bspwm/bspwmrc @@ -0,0 +1,25 @@ +#! /bin/sh +source ~/.config/bspwm/colors + +bspc config border_width 2 +bspc config window_gap 12 + +bspc config split_ratio 0.50 + +bspc config focused_border_color $COLOR0 +bspc config active_border_color $COLOR0 +bspc config normal_border_color $COLOR11 + +bspc config borderless_monocle true +bspc config gapless_monocle true +bspc config apply_floating_atom true +bspc config history_aware_focus true +bspc config ignore_ewmh_focus true + +bspc rule -a Gimp desktop=^8 floating=on follow=on +bspc rule -a Inkscape desktop=^7 floating=on + + +bspc monitor -d I II III IV V VI VII VIII IX X XI XII XIII + +compton & |