feat(sway): enable a sway-session systemd target when sway starts

This commit is contained in:
Bruno Carlin 2025-02-11 15:23:05 +01:00
parent 1d0ec14eed
commit aab5d73c0f
2 changed files with 10 additions and 0 deletions

View file

@ -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