1
0
Fork 0
mirror of synced 2024-06-29 02:51:09 -04:00
garuda-common-settings/etc/skel/.config/autostart-scripts/setup.sh

22 lines
548 B
Bash
Raw Normal View History

2020-10-03 11:50:23 -04:00
#!/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