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-session.target

12 lines
268 B
SYSTEMD

[Unit]
Description=Sway compositor session
Documentation=man:systemd.special
RefuseManualStart=yes
StopWhenUnneeded=yes
BindsTo=graphical-session.target
Wants=graphical-session-pre.target
After=graphical-session-pre.target
[Install]
WantedBy=graphical-session.target