diff --git a/.dwm/autostart b/.dwm/autostart index 0cc6d6f..b1c0db0 100755 --- a/.dwm/autostart +++ b/.dwm/autostart @@ -11,9 +11,11 @@ eval `ssh-agent` emacs --daemon & +ulauncher --no-window-shadow --hide-window & + (sleep 2 && systemctl --user restart dwm-status.service) & -(sleep 1 && /home/martin/GitHub/Martin/DotFiles/scripts/audio-devices) & +(sleep 1 && /home/$USER/scripts/audio-devices) & DWM_LOG="/tmp/dwm.log" DWM_LOG_OLD="$DWM_LOG.old"