diff options
Diffstat (limited to '.config/bspwm/bspwmrc')
-rwxr-xr-x | .config/bspwm/bspwmrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 50be079..683bcee 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -3,7 +3,7 @@ export SXHKD_SHELL=sh pgrep -x sxhkd > /dev/null || sxhkd & -$HOME/.config/polybar/launch.sh & +${XDG_CONFIG_HOME:-~/.config}/polybar/launch.sh & feh --auto-reload --bg-fill /usr/share/backgrounds/background.png & dunst & |