bspwm, dtfscript: Move configuration to dtfscript, turn existing config into fallback
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
dtfscript=$HOME/.config/dtfscripts/dtfscript
|
||||
if [[ -x "$dtfscript" ]]; then
|
||||
source "$dtfscript"
|
||||
exit 0
|
||||
fi
|
||||
unset dtfscript
|
||||
|
||||
@@ -43,8 +44,8 @@ bspc config pointer_action2 resize_corner #RMB
|
||||
|
||||
## Looks
|
||||
# Padding
|
||||
bspc config border_width ${BSPWM_BORDER_WIDTH:-2}
|
||||
bspc config window_gap ${BSPWM_WINDOW_GAP:-8}
|
||||
bspc config border_width 2
|
||||
bspc config window_gap 0
|
||||
bspc config single_monocle false
|
||||
bspc config borderless_monocle false
|
||||
bspc config gapless_monocle true
|
||||
@@ -54,7 +55,7 @@ bspc config active_border_color "#458588" #Focused, but current monitor isn't
|
||||
bspc config focused_border_color "#83a598" #Focused completely
|
||||
bspc config presel_feedback_color "#9b9b9b" #???
|
||||
|
||||
printf "bspwm: Setting window rules\n"
|
||||
## Rules
|
||||
bspc rule -r '*'
|
||||
bspc rule -a Firefox desktop=1
|
||||
bspc rule -a Firefox-esr desktop=1
|
||||
|
Reference in New Issue
Block a user