mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
4 lines
116 B
Bash
4 lines
116 B
Bash
|
#!/bin/sh
|
||
|
GAP=16; bspc config window_gap | grep -q $GAP && bspc config window_gap 0 || bspc config window_gap $GAP
|
||
|
|