dotfiles/.config/systemd/user/tmux.service
Daniel Lundin a8295d554c Moving on
2018-11-01 09:50:03 +01:00

10 lines
196 B
Desktop File

[Unit]
Description=Start tmux in detached session
[Service]
Type=forking
ExecStart=/usr/bin/tmux new-session -s %u -d
ExecStop=/usr/bin/tmux kill-session -t %u
[Install]
WantedBy=default.target