Bläddra i källkod

detect all Xorgs #fixes #607

tags/v3.1.1
Luke Smith 4 år sedan
förälder
incheckning
913c877448
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: 4C50B54A911F6252
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      bin/mailsync

+ 1
- 1
bin/mailsync Visa fil

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


Laddar…
Avbryt
Spara