punktdateien/hypr/scripts.d/autostart.sh

11 lines
148 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
companion &
# Wait for all tasks to finish
# Do not remove this.
wait