fixes git add --all
This commit is contained in:
+4
-4
@@ -37,7 +37,7 @@ $HOME/.config/polybar/launch.sh
|
||||
|
||||
|
||||
# source wal colors
|
||||
. "${HOME}/.cache/wal/colors.sh"
|
||||
. "${HOME}/.cache/theme/variables.sh"
|
||||
|
||||
# launch picom
|
||||
picom -b
|
||||
@@ -54,9 +54,9 @@ bspc config pointer_action2 resize_side
|
||||
|
||||
# change color of border to the bright red
|
||||
bspc config normal_border_color "$color15"
|
||||
bspc config active_border_color "$color2"
|
||||
bspc config focused_border_color "$color1"
|
||||
bspc config presel_feedback_color "$color4"
|
||||
bspc config active_border_color "$color02"
|
||||
bspc config focused_border_color "$color01"
|
||||
bspc config presel_feedback_color "$color04"
|
||||
|
||||
# set window rules
|
||||
bspc rule -a feh state=floating
|
||||
|
||||
Reference in New Issue
Block a user