diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-02-10 00:02:10 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-02-10 00:02:10 +0400 |
commit | d8808683653aa32cea7e96dcedb06b4a04ff6025 (patch) | |
tree | f04a4373b42c2e6ae0806c16ed0057f9627b7c64 /src/scripts/gap |
first commit, version 0.1
Diffstat (limited to 'src/scripts/gap')
-rwxr-xr-x | src/scripts/gap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/scripts/gap b/src/scripts/gap new file mode 100755 index 0000000..c094380 --- /dev/null +++ b/src/scripts/gap @@ -0,0 +1,3 @@ +#!/bin/sh + +bspc config window_gap $1 |