0144ac418e
* sway: add support for XDG autostart using systemd Using the option wayland.windowManager.sway.systemd.xdgAutostart, users can now choose to start applications present in $XDG_CONFIG_HOME/autostart when starting their sway session. This change also renames wayland.windowManager.sway.systemdIntegration to wayland.windowManager.sway.systemd.enable; Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> * sway: add Scrumplex to maintainers Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> --------- Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
7 lines
183 B
SYSTEMD
7 lines
183 B
SYSTEMD
[Unit]
|
|
After=graphical-session-pre.target
|
|
BindsTo=graphical-session.target
|
|
Description=sway compositor session
|
|
Documentation=man:systemd.special(7)
|
|
Wants=graphical-session-pre.target
|