Files
dotfiles/bspwm/margin.sh
2025-06-03 14:16:01 +03:00

12 lines
182 B
Bash
Executable File

#!/bin/bash
if [ $( bspc config window_gap ) == 28 ]; then
bspc config window_gap 4
exit
fi
if [ $( bspc config window_gap ) == 4 ]; then
bspc config window_gap 28
exit
fi