summaryrefslogtreecommitdiffstats
path: root/bspwm/.config
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2014-10-25 09:18:55 -0400
committerAmin Bandali <me@aminb.org>2014-10-25 09:18:55 -0400
commit3aeeb20d5babf5d6698677d469f44b805058803e (patch)
treeeabbdbf83c06c5147578d05668ddab9928cebdee /bspwm/.config
parent686c6d84bdc8407e2655dcdf708882e712dbd37d (diff)
downloadconfigs-3aeeb20d5babf5d6698677d469f44b805058803e.tar.gz
configs-3aeeb20d5babf5d6698677d469f44b805058803e.tar.xz
configs-3aeeb20d5babf5d6698677d469f44b805058803e.zip
add bspwm, sxhkd, conky, git, gtk and x configs
Diffstat (limited to '')
-rwxr-xr-xbspwm/.config/bspwm/bspwmrc16
1 files changed, 16 insertions, 0 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc
new file mode 100755
index 0000000..1f07d0f
--- /dev/null
+++ b/bspwm/.config/bspwm/bspwmrc
@@ -0,0 +1,16 @@
+#! /bin/sh
+
+bspc config border_width 5
+bspc config window_gap 10
+
+bspc config split_ratio 0.5
+bspc config borderless_monocle true
+bspc config gapless_monocle true
+bspc config focus_by_distance true
+
+bspc monitor -d I II III IV V VI VII VIII IX X
+
+bspc rule -a Firefox desktop=^2 focus=on
+bspc rule -a Thunderbird desktop=^3 focus=on
+
+panel &