arch-setup/templates/tmux.j2
2025-02-04 21:56:47 +01:00

13 lines
226 B
Django/Jinja

# {{ ansible_managed }}
#
[Unit]
Description=Tmux startup script
[Service]
Environment=WAYLAND_DISPLAY=wayland-0
ExecStart=/home/sonny/.local/bin/tmux_start
Type=forking
RemainAfterExit=yes
[Install]
WantedBy=default.target