From 4ee463febd9f7a83d6d4087248474f2b88d480a9 Mon Sep 17 00:00:00 2001 From: dev-null-undefined Date: Wed, 21 Dec 2022 23:47:54 +0100 Subject: [PATCH] ulauncher auto startup dwm --- .dwm/autostart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"