dotfiles/home/.config/systemd/user/sway.service
Marko Korhonen f6bd12c582 Moved sway to --user service and other fixes
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-11 18:51:29 +02:00

18 lines
384 B
Desktop File

[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/dbus-run-session /usr/bin/sway
Restart=on-failure
RestartSec=1
TimeoutStopSec=10
[Install]
WantedBy=default.target