1
0
Fork 0
mirror of synced 2024-05-29 05:21:10 -04:00
garuda-common-settings/etc/skel/.config/autostart-scripts/setup.sh
2020-10-03 21:20:23 +05:30

22 lines
548 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&
libinput-gestures-setup autostart &
libinput-gestures-setup start &
alacritty -e "${HOME}/.config/autostart-scripts/setup-assistant.sh"
rm -rf "${HOME}/.config/autostart-scripts/setup.sh" &
notify-send "Setup complete!"
setup_dxvk install &
exit