dotfiles/dwm/.dwm/autostart.sh

16 lines
270 B
Bash
Raw Normal View History

#!/bin/sh
# Start statusbar script
statusbar &
# Start dunst as notificationserver
dunst &
# Start the nextcloud client in the background
/usr/bin/nextcloud --background &
2023-02-04 00:27:32 +01:00
# start bitwarden
/usr/bin/bitwarden-desktop &
# start mullvad vpn gui
/usr/bin/mullvad-vpn &