diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2021-08-31 02:11:27 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-08-31 02:11:27 +0200 |
commit | 32378721dbba6df5f5c543fda2a426ecf7f43edc (patch) | |
tree | 7e0240054ee5f31c71118564ef62b4e54c324814 /.autostart | |
parent | 8c58f84b3ca8ab54b26633be45ee2c3e66fd016f (diff) |
changed some keybinds
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 & |