From 8e98ab2db98f5257fa871933067a395f4495db82 Mon Sep 17 00:00:00 2001 From: _N0x Date: Sat, 4 Feb 2023 00:27:32 +0100 Subject: [PATCH] added some progs to autostart script --- dwm/.dwm/autostart.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dwm/.dwm/autostart.sh b/dwm/.dwm/autostart.sh index c2ebc10..589d880 100755 --- a/dwm/.dwm/autostart.sh +++ b/dwm/.dwm/autostart.sh @@ -7,3 +7,9 @@ dunst & # Start the nextcloud client in the background /usr/bin/nextcloud --background & + +# start bitwarden +/usr/bin/bitwarden-desktop & + +# start mullvad vpn gui +/usr/bin/mullvad-vpn &