diff --git a/Documents/bin/notify b/Documents/bin/notify
index 07d3cdcd5ffb7badc65c7ce61b404450a59f9b65..099037ffeeebe9dfe7b2873e2a1b3a1eb52778df 100755
--- a/Documents/bin/notify
+++ b/Documents/bin/notify
@@ -41,12 +41,12 @@ fi
 #FIXME: Remove domain, just hostname.
 
 case "$hostname" in
-    ea6350) nextcloud;;
     ElementaryOS) nextcloud;;
+    YOGA-C930) notify_send "$@";;
     host01) nextcloud;;
     kodi) nextcloud;;
+    mr8300) nextcloud;;
     ns1) nextcloud;;
     ns4) nextcloud;;
-    YOGA-C930) notify_send "$@";;
     *) ;;
 esac