aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbspwmrc18
1 files changed, 18 insertions, 0 deletions
diff --git a/bspwmrc b/bspwmrc
new file mode 100755
index 0000000..b4307e0
--- /dev/null
+++ b/bspwmrc
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+pgrep -x sxhkd > /dev/null || sxhkd &
+
+xss-lock --transfer-sleep-lock -- i3lock-fancy &
+feh --bg-fill ~/.wallpaper.png
+killall -qw picom; picom -b
+pgrep -x polybar > /dev/null || ~/.config/polybar/launch.sh &
+
+bspc monitor 'eDP-1'-n 1 -d 1 2 3 4 5 6 7 8 9
+bspc monitor 'DP-2' -n 2 -d 1 2 3 4 5 6 7 8 9
+
+bspc config border_width 0
+bspc config window_gap 10
+
+bspc config split_ratio 0.52
+bspc config borderless_monocle true
+bspc config gapless_monocle true