ソースを参照

fix notifications on Xwayland

tags/3.2.1
Clément DOUIN 3年前
コミット
0ff14fee55
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 69C9B9CFFDEE2DEF
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      bin/mailsync

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

@@ -39,7 +39,7 @@ case "$(uname)" in
messageinfo() { osascript -e "display notification with title \"📧 $from\" subtitle \"$subject\"" ;}
;;
*)
displays="$(pgrep -a Xorg | grep -wo "[0-9]*:[0-9]\+" | sort -u)"
displays="$(pgrep -a X\(org\|wayland\) | grep -wo "[0-9]*:[0-9]\+" | sort -u)"
notify() { for x in $displays; do
export DISPLAY=$x
notify-send --app-name="mutt-wizard" "mutt-wizard" "📬 $2 new mail(s) in \`$1\` account."


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