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 &