We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa7347 commit 482cc97Copy full SHA for 482cc97
files/system/usr/lib/systemd/user/fusuma.service
@@ -1,10 +1,12 @@
1
[Unit]
2
Description=Multitouch gestures with libinput driver on Linux
3
After=default.target
4
+Requires=default.target
5
6
[Service]
7
ExecStart=/usr/bin/fusuma
8
Restart=on-failure
9
+RestartSec=2
10
Environment=DISPLAY=:0
11
Environment=XAUTHORITY=%h/.Xauthority
12
files/system/usr/lib/systemd/user/skippy-xd.service
@@ -1,10 +1,13 @@
Description=Window and workspace switcher daemon
Type=simple
ExecStart=/usr/bin/skippy-xd --start-daemon
+Restart=on-failure
Restart=always
13
[Install]
0 commit comments