diff options
| author | JSDurand <mmemmew@gmail.com> | 2026-05-04 17:35:35 +0800 |
|---|---|---|
| committer | JSDurand <mmemmew@gmail.com> | 2026-05-04 17:35:35 +0800 |
| commit | a652f62082f13fa19d98d71394b6f8a2eba7e6df (patch) | |
| tree | 97be249b8eb4b241139f6356c94b45992ea7539c | |
| parent | ccedc5fd5efb6377fecbb735e7ccc71b61815194 (diff) | |
view: No messages application now
Since Facebook decided to stop this application, I can no longer avail
of it, and hence there is no point of listing this application in the
list of open targets anymore.
| -rw-r--r-- | view-conf.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view-conf.el b/view-conf.el index 2726526..f339c27 100644 --- a/view-conf.el +++ b/view-conf.el @@ -240,7 +240,9 @@ targets.") "/Users/durand/Desktop/Centre/Vidéos/" "/Users/durand/Desktop/Centre/Musique/" "/Users/durand/Downloads/")) - (list "messenger" "open" "-a" "Messenger") + ;; (list "messenger" "open" "-a" "Messenger") + ;; FACEBOOK disables this application now. + (list "discord" "open" "-a" "Discord") (list "temp d'écran" "open" "-b" "com.apple.systempreferences" "/System/Library/PreferencePanes/ScreenTime.prefPane"))) |
