2 Commits

Author SHA1 Message Date
  Luke Smith cc92d1f484
Merge pull request #846 from Kr1ss-XD/fix-845 1 year ago
  Kr1ss f2014408b9
fix notifications when the Xorg process is just X 1 year ago
1 changed files with 1 additions and 1 deletions
Split View
  1. +1
    -1
      bin/mailsync

+ 1
- 1
bin/mailsync View File

@@ -42,7 +42,7 @@ case "$(uname)" in
*systemd*|*openrc*) export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus ;;
esac
# remember if a display server is running since `ps` doesn't always contain a display
pgrepoutput="$(pgrep -a X\(org\|wayland\))"
pgrepoutput="$(pgrep -ax X\(\|org\|wayland\))"
displays="$(echo "$pgrepoutput" | grep -wo "[0-9]*:[0-9]\+" | sort -u)"
notify() { [ -n "$pgrepoutput" ] && for x in ${displays:-0:}; do
export DISPLAY=$x


Loading…
Cancel
Save