2 コミット

作成者 SHA1 メッセージ 日付
  Luke Smith cc92d1f484
Merge pull request #846 from Kr1ss-XD/fix-845 1年前
  Kr1ss f2014408b9
fix notifications when the Xorg process is just X 1年前
1個のファイルの変更1行の追加1行の削除
分割表示
  1. +1
    -1
      bin/mailsync

+ 1
- 1
bin/mailsync ファイルの表示

@@ -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


読み込み中…
キャンセル
保存