unitfile-parser/test/examples/libinput-gestures.service
2020-11-25 03:11:59 +01:00

13 lines
341 B
Desktop File

[Unit]
Description=Actions gestures on your touchpad using libinput
Documentation=https://github.com/bulletmark/libinput-gestures
BindsTo=graphical-session.target
Wants=graphical-session-pre.target
After=graphical-session-pre.target
[Service]
Type=simple
ExecStart=python3 /usr/bin/libinput-gestures
[Install]
WantedBy=sway-session.target