aboutsummaryrefslogtreecommitdiff
path: root/bspwm/bspwmrc
diff options
context:
space:
mode:
Diffstat (limited to 'bspwm/bspwmrc')
-rwxr-xr-xbspwm/bspwmrc20
1 files changed, 20 insertions, 0 deletions
diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc
new file mode 100755
index 0000000..6afcdb6
--- /dev/null
+++ b/bspwm/bspwmrc
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+sxhkd -c ~/.config/sxhkd/sxhkdrc.bspwm &
+~/.config/polybar/launch.sh &
+
+bspc monitor primary -d 1 2 3 4 term
+bspc monitor ^2 -d a s d f
+
+bspc config border_width 4
+bspc config window_gap 5
+
+bspc config focus_follows_pointer true
+bspc config pointer_follows_monitor true
+
+bspc config split_ratio 0.52
+bspc config borderless_monocle true
+bspc config gapless_monocle true
+
+bspc rule -a *:tmux_term desktop=term
+