diff options
Diffstat (limited to '.autostart')
-rwxr-xr-x | .autostart | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.autostart b/.autostart new file mode 100755 index 0000000..74057b3 --- /dev/null +++ b/.autostart @@ -0,0 +1,6 @@ +#!/bin/sh + +pia-client & +gtk-launch megasync & +gtk-launch discord & +openrgb -p no-rgb & |