Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
ulauncher auto startup dwm
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-null-undefined committed Dec 21, 2022
1 parent a283052 commit 4ee463f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .dwm/autostart
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4ee463f

Please sign in to comment.