about summary refs log tree commit diff
path: root/Completion/Linux
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2019-10-18 22:57:24 +0200
committerOliver Kiddle <okiddle@yahoo.co.uk>2019-10-18 22:57:24 +0200
commit308295d4d20567782cc8f41fe2406be55cbb766d (patch)
tree992c9ac6f05b88cad9020393505a78a5079b02a9 /Completion/Linux
parentea78d0d4ae47a3d6c5fa56eb6d8b2b4129572366 (diff)
downloadzsh-308295d4d20567782cc8f41fe2406be55cbb766d.tar.gz
zsh-308295d4d20567782cc8f41fe2406be55cbb766d.tar.xz
zsh-308295d4d20567782cc8f41fe2406be55cbb766d.zip
c.f. 44831: remove completion functions for long dead projects
Diffstat (limited to 'Completion/Linux')
-rw-r--r--Completion/Linux/Command/_tpconfig24
1 files changed, 0 insertions, 24 deletions
diff --git a/Completion/Linux/Command/_tpconfig b/Completion/Linux/Command/_tpconfig
deleted file mode 100644
index 62f216107..000000000
--- a/Completion/Linux/Command/_tpconfig
+++ /dev/null
@@ -1,24 +0,0 @@
-#compdef tpconfig
-
-_arguments \
-  '--help' \
-  '(-D --debug)'{-D,--debug=}':debug level:(1 2 3)' \
-  '(-d --device)'{-d,--device=}':mouse device:_files' \
-  '--version' \
-  '(-i --info)'{-i,--info}'[display current touchpad config]' \
-  '(-x --reset)'{-x,--reset}'[perform a software reset on the touchpad]' \
-  '(-q --quiet --silent)'{-q,--quiet,--silent}'[suppress verbose output]' \
-  '-a::packet mode:(0 1)' \
-  '--absolute[set packet mode to absolute]' \
-  '--relative[set packet mode to relative]' \
-  '-r::reporting rate:(0 1)' \
-  '-t::tapping mode:(0 1 2 3)' \
-  '-s::sleep mode:(0 1)' \
-  '(-2 --two-button)'{-2,--two-button}'[set two-button mode]' \
-  '(-3 --three-button)'{-3,--three-button}'[set three-button mode]' \
-  '(-c --corner)'{-c,--corner=}'::corner-tap mode:(0 1)' \
-  '(-e --edgemode)'{-e,--edgemode=}'::edge motion:(0 1 3)' \
-  '-m[display which mouse button is simulated by corner taps]' \
-  '--middle-button[make corner taps simulate the middle mouse button]' \
-  '--right-button[make corner taps simulate the right mouse button]' \
-  '(-z --zthreshold)'{-z,--zthreshold=}'::tap sensitivity:'