punktdateien/hypr/scripts.d/autostart.sh

17 lines
237 B
Bash
Raw Normal View History

2024-06-02 17:16:50 +02:00
#!/bin/bash
# Autostart script
# Programs here
# Append ' &' to all of them
2024-06-02 20:49:11 +02:00
# Hyprpaper
hyprpaper &
# Bitfocus Companion
# Useful if you have an Elgato Streamdeck
2024-06-02 17:16:50 +02:00
companion &
# Wait for all tasks to finish
# Do not remove this.
wait