summaryrefslogtreecommitdiffstats
path: root/bspdec
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 /bspdec
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 'bspdec')
-rwxr-xr-xbspdec5
1 files changed, 5 insertions, 0 deletions
diff --git a/bspdec b/bspdec
new file mode 100755
index 0000000..bf3c5c6
--- /dev/null
+++ b/bspdec
@@ -0,0 +1,5 @@
+#!/bin/bash
+curr=$(bspc config window_gap)
+
+curr=$((curr-3))
+bspc config window_gap $curr