diff options
author | Salad <water_appreciator@protonmail.com> | 2021-01-08 21:42:30 +0100 |
---|---|---|
committer | Salad <water_appreciator@protonmail.com> | 2021-01-08 21:42:30 +0100 |
commit | f3c2acd6595c85f7d6aa11c6270fda29932a09d9 (patch) | |
tree | 656abff6ec15a3deef5ed9af21d3c43017b473f6 /bspdec | |
parent | update doom.d (diff) | |
download | dotfiles-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-x | bspdec | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/bin/bash +curr=$(bspc config window_gap) + +curr=$((curr-3)) +bspc config window_gap $curr |