Move hyprpaper start to autostart.sh
This commit is contained in:
parent
68177f8d2c
commit
660f555d6e
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue