From 660f555d6e00afec9f32565c07ddf0c060a86b2c Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 2 Jun 2024 20:49:11 +0200 Subject: [PATCH] Move hyprpaper start to autostart.sh --- hypr/hyprland.conf | 2 -- hypr/scripts.d/autostart.sh | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index b6c79fda..62a826c2 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -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 diff --git a/hypr/scripts.d/autostart.sh b/hypr/scripts.d/autostart.sh index d81e9355..efd1059c 100755 --- a/hypr/scripts.d/autostart.sh +++ b/hypr/scripts.d/autostart.sh @@ -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