2019-10-26 20:05:31 +03:00
|
|
|
[Unit]
|
|
|
|
Description=sway - SirCmpwn's Wayland window manager
|
2020-01-11 18:51:29 +02:00
|
|
|
Documentation=man:sway(5)
|
|
|
|
BindsTo=graphical-session.target
|
|
|
|
Wants=graphical-session-pre.target
|
|
|
|
After=graphical-session-pre.target
|
2019-10-26 20:05:31 +03:00
|
|
|
|
|
|
|
[Service]
|
2020-01-11 18:51:29 +02:00
|
|
|
Type=simple
|
|
|
|
EnvironmentFile=-%h/.config/sway/env
|
|
|
|
ExecStart=/usr/bin/dbus-run-session /usr/bin/sway
|
|
|
|
Restart=on-failure
|
|
|
|
RestartSec=1
|
|
|
|
TimeoutStopSec=10
|
2019-10-26 20:05:31 +03:00
|
|
|
|
|
|
|
[Install]
|
2020-01-11 18:51:29 +02:00
|
|
|
WantedBy=default.target
|