This repository has been archived on 2023-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/systemd/user/sway.service

12 lines
134 B
Desktop File

[Unit]
Description=Sway window manager
[Service]
ExecStart=/usr/bin/sway
Restart=always
RestartSec=10
[Install]
WantedBy=wm.target