Move hyprpaper start to autostart.sh

This commit is contained in:
JeremyStar™ 2024-06-02 20:49:11 +02:00
parent 68177f8d2c
commit 660f555d6e
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
2 changed files with 6 additions and 2 deletions

View file

@ -41,8 +41,6 @@ $programsAuthAgent = /usr/lib/polkit-kde-authentication-agent-1
$programsBar = waybar
# Application startup
# -> Hypr stuff
exec=pkill -9 hyprpaper; hyprpaper
# -> Programs
exec=pkill -9 $programsNotiDaemon; $programsNotiDaemon
exec=pkill -9 $programsAuthAgent; $programsAuthAgent

View file

@ -3,6 +3,12 @@
# Programs here
# Append ' &' to all of them
# Hyprpaper
hyprpaper &
# Bitfocus Companion
# Useful if you have an Elgato Streamdeck
companion &
# Wait for all tasks to finish