aboutsummaryrefslogtreecommitdiffstats
path: root/bspwm
diff options
context:
space:
mode:
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'