X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=subdir_files%2F.config%2Fsystemd%2Fuser%2Fprofanity.service;h=b7b9a058056b573061475a7814862fa6962ceccd;hb=b714b0dde29aaf5e44d628c1d723077465e9c488;hp=ed713cd2f9ee1ec89d35a7c5a3e1b02f9220bd19;hpb=858993fb6c3e9351988b193e6c296e6ea7862501;p=distro-setup diff --git a/subdir_files/.config/systemd/user/profanity.service b/subdir_files/.config/systemd/user/profanity.service index ed713cd..b7b9a05 100644 --- a/subdir_files/.config/systemd/user/profanity.service +++ b/subdir_files/.config/systemd/user/profanity.service @@ -11,8 +11,11 @@ Description=profanity After=gpg-agent.service [Service] -# bash is required to get colors working -ExecStart=/usr/bin/screen -S profanity -Dm /bin/bash -c profanity +# tmux requirement +Type=forking + +# new-session is a tmux command which allows launching profanity. +ExecStart=/usr/bin/tmux -L profanity new-session -d profanity [Install] WantedBy=default.target