mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 18:49:23 +01:00
6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
|
# Autostarting common utilities to my environments
|
||
|
exec --no-startup-id nm-applet --indicator
|
||
|
|
||
|
# Mullvad GUI/tray
|
||
|
exec --no-startup-id sh -c "/opt/Mullvad\ VPN/mullvad-gui"
|