aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-07-30 20:54:00 +0300
committerawy <awy@awy.one>2025-07-30 20:54:00 +0300
commit4a773aa74bd9da4ff609eafbacc504661d33705c (patch)
tree15d1d80c4a9937c0da79b6e475521065e652b5ef
parent4c774016396dda7814a939f1a9578c6abd76e0bf (diff)
dbus
-rwxr-xr-xbin/mailsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mailsync b/bin/mailsync
index e13b40a..f52ead5 100755
--- a/bin/mailsync
+++ b/bin/mailsync
@@ -40,7 +40,7 @@ case "$(uname)" in
*)
case "$(readlink -f /sbin/init)" in
*systemd*|*openrc*) export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus ;;
- *dinit*) export DBUS_SESSION_BUS_ADDRESS=$(grep -E -z "DBUS_SESSION_BUS_ADDRESS" "/proc/$(pgrep -x swaybar)/environ" | sed 's/DBUS_SESSION_BUS_ADDRESS=//') ;;
+ # *dinit*) export DBUS_SESSION_BUS_ADDRESS=$(grep -E -z "DBUS_SESSION_BUS_ADDRESS" "/proc/$(pgrep -x swaybar)/environ" | sed 's/DBUS_SESSION_BUS_ADDRESS=//') ;;
esac
notify() {