diff options
Diffstat (limited to '')
-rwxr-xr-x | dwm/.dwm/autostart | 2 |
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 & |