aboutsummaryrefslogtreecommitdiff
path: root/dwm/.dwm/autostart
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdwm/.dwm/autostart2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/.dwm/autostart b/dwm/.dwm/autostart
index fa49455..f793957 100755
--- a/dwm/.dwm/autostart
+++ b/dwm/.dwm/autostart
@@ -28,7 +28,7 @@ xinput --set-prop $TID 'libinput Natural Scrolling Enabled' 1 &
SYMLINKDIR=$(readlink -f "$0")
BASEDIR=$(dirname "$SYMLINKDIR")
$BASEDIR/bar/./bar.sh &
-xrdb merge $BASEDIR/xresources &
+xrdb merge $HOME/.config/xresources &
dunst &
nm-applet &