aboutsummaryrefslogtreecommitdiffstats
path: root/bspwm
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-06 16:24:10 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-06 16:24:10 +0000
commit04d9e0dc49472dedd17648b11d2de797b911362c (patch)
tree4e4962d3e4d424cb47acc457d400f4dacee6cbdf /bspwm
parent3139f280bf582307a4f871ef67ae799611089b29 (diff)
downloaddotfiles-04d9e0dc49472dedd17648b11d2de797b911362c.tar.gz
dotfiles-04d9e0dc49472dedd17648b11d2de797b911362c.zip
Add bspwm with sxkhd
Diffstat (limited to 'bspwm')
-rwxr-xr-xbspwm/bspwmrc23
1 files changed, 23 insertions, 0 deletions
diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc
new file mode 100755
index 0000000..1468baf
--- /dev/null
+++ b/bspwm/bspwmrc
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+# Startup programs
+sxhkd -m 1 &
+compton &
+redshift &
+sh ~/.fehbg
+xinput set-prop 'DLL075B:01 06CB:76AF Touchpad' 'libinput Natural Scrolling Enabled' 1
+
+$HOME/.config/polybar/launch.sh
+
+bspc monitor -d 1 2 3 4 5 6 7 8 9 10
+
+bspc config border_width 2
+bspc config window_gap 12
+
+bspc config split_ratio 0.52
+bspc config borderless_monocle true
+bspc config gapless_monocle true
+
+bspc rule -a Gimp desktop='^8' state=floating follow=on
+bspc rule -a 'Firefox Developer Edition' desktop='^2'
+bspc rule -a Emacs desktop='^2'