From ba1764d02951367cb0b084ccf5faa51f7b4066b2 Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Wed, 28 Jan 2026 21:20:18 +0100 Subject: [PATCH] cleaned up the startup script --- bin/startup.sh | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/bin/startup.sh b/bin/startup.sh index 9ce611c..c22a7e2 100755 --- a/bin/startup.sh +++ b/bin/startup.sh @@ -10,23 +10,25 @@ killall xdg-desktop-portal sleep 2 /usr/lib/xdg-desktop-portal & -nm-applet & -nextcloud --background & + + #jamesdsp -t & -copyq --start-server & -swayosd-server & #clight-gui --tray & -blueman-tray & -localsend --hidden & -blueman-applet & -mangohud steam -silent & +#localsend --hidden & #jetbrains-toolbox & -swaync & -~/bin/keep.sh & -hyprpaper & -nm-applet & -feishin & -systemctl --user start hyprmarker.service & -easyeffects -w & +~/bin/keep.sh & + +blueman-tray & +blueman-applet & +copyq --start-server & +easyeffects -w & +feishin & +hyprpaper & +mangohud steam -silent & +nextcloud --background & +nm-applet & +swaync & +systemctl --user start hyprmarker.service & +swayosd-server & \ No newline at end of file