You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
382 B
INI
17 lines
382 B
INI
# https://github.com/swaywm/sway/wiki/Systemd-integration
|
|
|
|
[Unit]
|
|
Description=sway - SirCmpwn's Wayland window manager
|
|
Documentation=man:sway(5)
|
|
BindsTo=graphical-session.target
|
|
Wants=graphical-session-pre.target
|
|
After=graphical-session-pre.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=-%h/.config/sway/env
|
|
ExecStart=/usr/bin/sway
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
TimeoutStopSec=10
|