From b3eaf4d3e1e3031054fadbc47eb749f47f901e83 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sun, 1 Dec 2013 23:59:31 +0100 Subject: Initial commit --- .config/bspwm/bspwmrc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 .config/bspwm/bspwmrc (limited to '.config/bspwm') diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc new file mode 100755 index 0000000..11b826a --- /dev/null +++ b/.config/bspwm/bspwmrc @@ -0,0 +1,20 @@ +#! /bin/sh + +bspc desktop ^1 -n I +bspc monitor -a II III IV V VI VII VIII IX X + +bspc rule -a Gimp -d ^8 --follow --floating + +bspc config border_width 2 +bspc config window_gap 8 +bspc config split_ratio 0.52 +bspc config borderless_monocle true +bspc config gapless_monocle true + +bspc config focused_border_color '#45A5FF' +bspc config normal_border_color '#444444' +bspc config urgent_border_color '#FF0000' +bspc config presel_border_color '#ff00ff' + +bspc config top_padding 18 +~/mybar/mybar.sh & \ No newline at end of file -- cgit v1.2.3-54-g00ecf