Add gap scale

This commit is contained in:
2020-07-19 09:29:48 +09:00
parent 1f0accc917
commit 9257b32103

View File

@@ -4,7 +4,7 @@ bspc monitor -d I II III IV V VI VII VIII IX X
bspc config top_padding 27 bspc config top_padding 27
bspc config border_width 0 bspc config border_width 0
bspc config window_gap 12 bspc config window_gap `expr 12 * $GDK_SCALE`
bspc config split_ratio 0.52 bspc config split_ratio 0.52
bspc config borderless_monocle true bspc config borderless_monocle true