From 3ad5e584c43490f1c3bdf3b061c52921a864ce05 Mon Sep 17 00:00:00 2001 From: Deon Spengler Date: Thu, 8 Jan 2015 08:42:20 +0200 Subject: [PATCH] Initial config for bspwm --- .config/bspwm/bspwmrc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 .config/bspwm/bspwmrc diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc new file mode 100755 index 0000000..18a6aa4 --- /dev/null +++ b/.config/bspwm/bspwmrc @@ -0,0 +1,26 @@ +#! /bin/sh + +# bspwm config +bspc config border_width 2 +bspc config window_gap 4 + +bspc config split_ratio 0.50 +bspc config borderless_monocle true +bspc config gapless_monocle true +bspc config focus_by_distance true +bspc config auto_cancel true + +# color +bspc config focused_border_color "#a6e22e" + +# desktops +bspc monitor -d term web games misc + +# application rules +bspc rule -a Chromium desktop=web + +# hotkey daemon +sxhkd & + +# panel +~/.config/bspwm/panel &