diff options
author | David Runge <dave@sleepmap.de> | 2021-11-24 20:56:49 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2021-11-24 20:56:49 +0100 |
commit | 577e4fd887369e99043a00c4ed0a6afc0afa3af5 (patch) | |
tree | c3e093959c960f7247f3efbcc363a61d7d663ab1 | |
parent | 4fe75aca1575a399e81ab226982487fce91d4d42 (diff) | |
download | dotfiles-577e4fd887369e99043a00c4ed0a6afc0afa3af5.tar.gz dotfiles-577e4fd887369e99043a00c4ed0a6afc0afa3af5.tar.bz2 dotfiles-577e4fd887369e99043a00c4ed0a6afc0afa3af5.tar.xz dotfiles-577e4fd887369e99043a00c4ed0a6afc0afa3af5.zip |
sway: Add systemd user target
.config/systemd/user/sway-session.target:
Add sway-session.target to which other user services may be bound.
-rw-r--r-- | .config/systemd/user/sway-session.target | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/systemd/user/sway-session.target b/.config/systemd/user/sway-session.target new file mode 100644 index 0000000..30151b3 --- /dev/null +++ b/.config/systemd/user/sway-session.target @@ -0,0 +1,6 @@ +[Unit] +Description=sway compositor session +Documentation=man:systemd.special(7) +BindsTo=graphical-session.target +Wants=graphical-session-pre.target +After=graphical-session-pre.target |