18 lines
501 B
Desktop File
18 lines
501 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=socktop-swipe touchscreen gesture daemon
|
||
|
|
Documentation=https://gt.wittyoneoff.com/jason/socktop-swipe
|
||
|
|
After=graphical-session.target
|
||
|
|
PartOf=graphical-session.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
# lisgd queries X for screen geometry unless -w/-h are given (socktop-gestures
|
||
|
|
# always passes them), but keep DISPLAY set so it starts cleanly either way.
|
||
|
|
Environment=DISPLAY=:0
|
||
|
|
ExecStart=/usr/local/bin/socktop-gestures
|
||
|
|
Restart=always
|
||
|
|
RestartSec=2
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=graphical-session.target
|