Skip to content

Instantly share code, notes, and snippets.

@gmykhailiuta
Created February 17, 2021 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmykhailiuta/fd046e4f422b53f22b3254c0e68fe06f to your computer and use it in GitHub Desktop.
Save gmykhailiuta/fd046e4f422b53f22b3254c0e68fe06f to your computer and use it in GitHub Desktop.
/usr/lib/systemd/user/libinput-gestures.service
[Unit]
Description=Actions gestures on your touchpad using libinput
Documentation=https://github.com/bulletmark/libinput-gestures
PartOf=graphical-session.target
After=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/libinput-gestures
[Install]
WantedBy=graphical-session.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment