dtfscripts, bspwm: Use envvars to set border width and window gap
This commit is contained in:
@@ -43,8 +43,8 @@ bspc config pointer_action2 resize_corner #RMB
|
||||
|
||||
## Looks
|
||||
# Padding
|
||||
bspc config border_width 2
|
||||
bspc config window_gap 8
|
||||
bspc config border_width ${BSPWM_BORDER_WIDTH:-2}
|
||||
bspc config window_gap ${BSPWM_WINDOW_GAP:-8}
|
||||
bspc config single_monocle false
|
||||
bspc config borderless_monocle false
|
||||
bspc config gapless_monocle true
|
||||
|
Reference in New Issue
Block a user