From 57f140e400a058becbc3537875fc51e21818e62f Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Tue, 19 Sep 2023 22:08:34 +0800 Subject: [PATCH] Add nm-applet to startdwm --- desktop/startdwm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktop/startdwm b/desktop/startdwm index 87c6d73..d3e9bce 100755 --- a/desktop/startdwm +++ b/desktop/startdwm @@ -1,6 +1,6 @@ #!/bin/sh systemctl --user restart clipmenud.service # restarts clipmenud, if installed -wal -i "/usr/local/share/wallpapers/opensuse.png" --backend colorz # could be changed +wal -R # could be changed picom -b # launches compositor /usr/local/bin/dwmblocks & # launches slstatus/dwmblocks /usr/bin/dunst & # launches dunst daemon @@ -10,4 +10,5 @@ while true; do done & paplay /usr/share/sounds/Oxygen-Sys-Special.ogg # autoplay sound, optional pkill -f "sleep infinity" & +nm-applet & exec /usr/local/bin/dwm # launch dwm