diff options
author | Ryan Kavanagh <rak@rak.ac> | 2024-12-24 15:24:26 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2024-12-24 15:24:26 -0500 |
commit | 2bd60e4b3d3947d7dc57051c0d3461f00466550a (patch) | |
tree | 853931fae8eb1f14baa2277fe9daafc19e2cb370 /dot_config/systemd/user/sway-session.target | |
parent | update mbsync (diff) |
sway systemd config
Diffstat (limited to '')
-rw-r--r-- | dot_config/systemd/user/sway-session.target | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dot_config/systemd/user/sway-session.target b/dot_config/systemd/user/sway-session.target new file mode 100644 index 0000000..56029b8 --- /dev/null +++ b/dot_config/systemd/user/sway-session.target @@ -0,0 +1,6 @@ +[Unit] +Description=Sway session +Documentation=man:systemd.special(7) +BindsTo=graphical-session.target +Wants=graphical-session-pre.target +After=graphical-session-pre.target |