X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;ds=sidebyside;f=prof;h=35549f5b27b5dde21167105f682c246155d14f3a;hb=3f6c5b1f2c72614ee8cb4d0e4325e7beddda9c04;hp=cb951d21d457b664cc4a03b797b53a923e788cf7;hpb=768363d8771edb9d9ed82425fa772d77b90139c0;p=distro-setup diff --git a/prof b/prof old mode 100755 new mode 100644 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