1
0
Fork 0
mirror of synced 2024-05-28 21:11:10 -04:00
garuda-common-settings/etc/skel/.config/autostart-scripts/setup.sh
2020-10-27 12:27:01 +01:00

27 lines
576 B
Bash
Executable file

#!/bin/sh
systemctl --user enable gamemoded &
systemctl --user start gamemoded &
systemctl --user enable pulseaudio-bluetooth-autoconnect &
systemctl --user start pulseaudio-bluetooth-autoconnect &
systemctl --user enable android-session-manager&
systemctl --user start android-session-manager&
systemctl --user enable psd &
systemctl --user start psd &
libinput-gestures-setup autostart &
libinput-gestures-setup start &
setup_dxvk install &
alacritty -e "setup-assistant"
rm -rf "${HOME}/.config/autostart-scripts/setup.sh" &
notify-send "Setup complete!"
exit