X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=prof;h=4fa705bfbf7406132c761b92c118035e02fa6cde;hb=refs%2Fheads%2Fmaster;hp=dd9ad3ed2c0b4912d527b6f60efa1ac755c115c2;hpb=50f25d1eec109c4596cfc638c9a7c98da0f0b5d0;p=distro-setup diff --git a/prof b/prof index dd9ad3e..4fa705b 100644 --- a/prof +++ b/prof @@ -28,7 +28,7 @@ dossh=true if (( $# >= 1 )); then remote=$1 else - remote=b8.nz + remote=prof if systemctl --user --quiet is-active profanity || [[ $HOSTNAME == kd ]]; then dossh=false fi @@ -41,5 +41,5 @@ if $dossh; then konsole --profile profanity else prof-tail | prof-notify & - konsole --profile profanity -e screen -RD -S profanity + konsole --profile profanity -e tmux -L profanity a fi