13 lines
341 B
Desktop File
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
|