aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-04-23 19:04:14 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-04-23 19:04:14 +0200
commitc8522cc250f8c3895afb6f21ccf87766d73e1a0a (patch)
treebb69f8261a7575b4c64ed3517f960444cf0e7de4
parent205bed794b06ee232d9ae9bf38c68c9e74a9c248 (diff)
Add bspwmrc
-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