Skip to content

Commit 482cc97

Browse files
committed
fix: make fusuma/skippy-xd more robust to failures
1 parent 0aa7347 commit 482cc97

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

files/system/usr/lib/systemd/user/fusuma.service

+2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
[Unit]
22
Description=Multitouch gestures with libinput driver on Linux
33
After=default.target
4+
Requires=default.target
45

56
[Service]
67
ExecStart=/usr/bin/fusuma
78
Restart=on-failure
9+
RestartSec=2
810
Environment=DISPLAY=:0
911
Environment=XAUTHORITY=%h/.Xauthority
1012

files/system/usr/lib/systemd/user/skippy-xd.service

+3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[Unit]
22
Description=Window and workspace switcher daemon
33
After=default.target
4+
Requires=default.target
45

56
[Service]
67
Type=simple
78
ExecStart=/usr/bin/skippy-xd --start-daemon
9+
Restart=on-failure
10+
RestartSec=2
811
Restart=always
912

1013
[Install]

0 commit comments

Comments
 (0)