summaryrefslogtreecommitdiffstats
path: root/bspinc
diff options
context:
space:
mode:
authorSalad <water_appreciator@protonmail.com>2021-01-08 21:42:30 +0100
committerSalad <water_appreciator@protonmail.com>2021-01-08 21:42:30 +0100
commitf3c2acd6595c85f7d6aa11c6270fda29932a09d9 (patch)
tree656abff6ec15a3deef5ed9af21d3c43017b473f6 /bspinc
parentupdate doom.d (diff)
downloaddotfiles-f3c2acd6595c85f7d6aa11c6270fda29932a09d9.tar.gz
dotfiles-f3c2acd6595c85f7d6aa11c6270fda29932a09d9.tar.bz2
dotfiles-f3c2acd6595c85f7d6aa11c6270fda29932a09d9.tar.xz
dotfiles-f3c2acd6595c85f7d6aa11c6270fda29932a09d9.tar.zst
dotfiles-f3c2acd6595c85f7d6aa11c6270fda29932a09d9.zip
add bsp\*c
Diffstat (limited to 'bspinc')
-rwxr-xr-xbspinc5
1 files changed, 5 insertions, 0 deletions
diff --git a/bspinc b/bspinc
new file mode 100755
index 0000000..d512214
--- /dev/null
+++ b/bspinc
@@ -0,0 +1,5 @@
+#!/bin/bash
+curr=$(bspc config window_gap)
+
+curr=$((curr+3))
+bspc config window_gap $curr