dtfscripts, bspwm: Use envvars to set border width and window gap
This commit is contained in:
parent
79184b0ce8
commit
89e33c31f8
@ -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
|
||||
|
@ -39,6 +39,7 @@ unset PB_MODULE_WLAN_INTERFACE
|
||||
# bspwm monitorset.sh
|
||||
unset BSPWM_DESKTOPS_TOTAL
|
||||
unset BSPWM_DESKTOPS_PRIMARY
|
||||
unset BSPWM_COSMETIC_GAPS
|
||||
|
||||
function dtf_log() {
|
||||
name="$(basename $0 .sh)"
|
||||
|
Loading…
Reference in New Issue
Block a user