From: Andre Ramnitz Date: Mon, 16 Mar 2026 17:50:33 +0000 (+0100) Subject: scripts: run xyz _after_ quickshell X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=9bbb272b8b4b8214f1b4ff52e5bfa35fcb73cf65;p=dotfiles.git scripts: run xyz _after_ quickshell --- diff --git a/dot-local/bin/run_after_noctalia.sh b/dot-local/bin/run_after_noctalia.sh new file mode 100755 index 00000000..b081db9e --- /dev/null +++ b/dot-local/bin/run_after_noctalia.sh @@ -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 & +