mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-06 15:20:23 +00:00
18 lines
358 B
SYSTEMD
18 lines
358 B
SYSTEMD
|
[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
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|