mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
f6bd12c582
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
18 lines
384 B
Desktop File
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
|