Add ~/.config/systemd/user

This commit is contained in:
2025-09-05 20:19:13 +03:00
parent a17647f8cd
commit d795a807ea
7 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# See: https://github.com/swaywm/sway/wiki/Systemd-integration
# See: https://wiki.archlinux.org/title/Sway#Manage_Sway-specific_daemons_with_systemd
[Unit]
Description=sway compositor session
Documentation=man:systemd.special(7)
BindsTo=graphical-session.target
Wants=graphical-session-pre.target
After=graphical-session-pre.target