]> Freerunner's - dotfiles.git/commitdiff
scripts: run xyz _after_ quickshell
authorAndre Ramnitz <tux.rising@gmail.com>
Mon, 16 Mar 2026 17:50:33 +0000 (18:50 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Mon, 16 Mar 2026 17:50:33 +0000 (18:50 +0100)
dot-local/bin/run_after_noctalia.sh [new file with mode: 0755]

diff --git a/dot-local/bin/run_after_noctalia.sh b/dot-local/bin/run_after_noctalia.sh
new file mode 100755 (executable)
index 0000000..b081db9
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+echo "$DBUS_SESSION_BUS_ADDRESS" | tee -a ~/noctalia-debug
+
+while ! pgrep -x qs >/dev/null; do
+    sleep 2
+done
+
+sleep 2;
+nextcloud > /dev/null 2>&1 &
+keepassxc > /dev/null 2>&1 &
+