mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
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>
6 lines
183 B
SYSTEMD
6 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
|