diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-12-25 15:13:13 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-12-25 15:13:13 +0000 |
| commit | 724b6ccee42ed4de8c15483ab197f3d2f956a995 (patch) | |
| tree | 53e92846cdf4ae7e742d67bd373cd4028549176f /systemd/system-user/sway-session.target | |
| parent | 59fd10c296ee5fda22226ffd71707ca597f85ed7 (diff) | |
Add systemd service files
Diffstat (limited to 'systemd/system-user/sway-session.target')
| -rw-r--r-- | systemd/system-user/sway-session.target | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/systemd/system-user/sway-session.target b/systemd/system-user/sway-session.target new file mode 100644 index 0000000..db94967 --- /dev/null +++ b/systemd/system-user/sway-session.target @@ -0,0 +1,7 @@ +[Unit] +Description=sway compositor session +Documentation=man:systemd.special(7) +BindsTo=graphical-session.target +Wants=graphical-session-pre.target +After=graphical-session-pre.target + |
