aboutsummaryrefslogtreecommitdiff
path: root/bspwm
diff options
context:
space:
mode:
authorTucker Evans <tucker@tuckerevans.com>2020-06-21 15:42:38 -0400
committerTucker Evans <tucker@tuckerevans.com>2020-06-21 15:42:38 -0400
commitf5b0641a94b648c6cbaedf5953cece8e8adbad4f (patch)
tree2f29bb18195e3f9b3d02fbad65fafc5d0d590bc7 /bspwm
parente02b6d778db29b4bc06053fb51b33cf68400b3a5 (diff)
Add bspwm & sxhkd configs
Diffstat (limited to 'bspwm')
-rwxr-xr-xbspwm/.config/bspwm/bspwmrc15
1 files changed, 15 insertions, 0 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc
new file mode 100755
index 0000000..9a3d504
--- /dev/null
+++ b/bspwm/.config/bspwm/bspwmrc
@@ -0,0 +1,15 @@
+#! /bin/sh
+
+sxhkd -m -1 &
+
+bspc monitor -d I II III IV V VI VII VIII IX X
+
+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
+
+info.bash 2>/dev/null | lemonbar -p
+