mostly fixes
[distro-setup] / prof
diff --git a/prof b/prof
old mode 100755 (executable)
new mode 100644 (file)
index cb951d2..35549f5
--- a/prof
+++ b/prof
@@ -8,7 +8,7 @@ if (( $# >= 1 )); then
   remote=$1
 else
   remote=b8.nz
-  if systemctl --quiet is-active profanity || [[ $HOSTNAME == kd ]]; then
+  if systemctl --user --quiet is-active profanity || [[ $HOSTNAME == kd ]]; then
     dossh=false
   fi
 fi
@@ -19,5 +19,6 @@ if $dossh; then
   export IANK_BASHRC_RUN="prof-remote $remote"
   konsole --profile profanity
 else
+  prof-tail | prof-notify &
   konsole --profile profanity -e screen -RD -S profanity
 fi