summaryrefslogtreecommitdiff
path: root/.config/bspwm/bspwmrc
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-12-01 23:59:31 +0100
committerKevin Chabowski <kevin@kch42.de>2013-12-01 23:59:31 +0100
commitb3eaf4d3e1e3031054fadbc47eb749f47f901e83 (patch)
treebb595da73ea856a77e15420b43d3b43c003963dd /.config/bspwm/bspwmrc
downloaddotfiles-b3eaf4d3e1e3031054fadbc47eb749f47f901e83.tar.gz
dotfiles-b3eaf4d3e1e3031054fadbc47eb749f47f901e83.tar.bz2
dotfiles-b3eaf4d3e1e3031054fadbc47eb749f47f901e83.zip
Initial commit
Diffstat (limited to '.config/bspwm/bspwmrc')
-rwxr-xr-x.config/bspwm/bspwmrc20
1 files changed, 20 insertions, 0 deletions
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