Other Man Pages

stmm-input-plugins Manual page

Section: User Commands (1)
Index
 

NAME

stmm-input-plugins - Manage plugins for the stmm-input framework  

SYNOPSIS

stmm-input-plugins [OPTION]

 

OPTIONS


-l --list List installed plugins.

-s --status With --list also shows enabled status of the plugin.

-f --file With --list also shows full path of the plugin.

-a --all Same as passing --status --file.

-e --enable NAME Enables a plugin.

-d --disable NAME Disables a plugin.

-i --info NAME Show information about a plugin.

--paths Prints plugin paths.

-v --version Prints version.

-h --help Prints this message.

 

DESCRIPTION

Command line utility that manages the plugin device managers loaded by the libstmm-input-dl library (stmm-input).

To disable a plugin it adds a line containing the plugin name in the file ".local/etc/stmm-input-dl/disabled-dlps.txt".
To enable a plugin it comments out all the lines containing the plugin name in '.local/etc/stmm-input-dl/disabled-dlps.txt' and "/etc/stmm-input-dl/disabled-dlps.txt" if the command is called with sudo.

The plugin can be identified by the ending of its name, provided it is unique among the available plugins and it is at least two letters long.

Example: command


    $ stmm-input-plugins -d stmm-input-xi

can be abbreviated as


    $ stmm-input-plugins -d xi

provided no other plugin ends with xi.

 

AUTHOR

Written by Stefano Marsili <efanomars@gmx.ch>.

 

LICENSE

Copyright © 2019-2021 Stefano Marsili.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.


 

Index

NAME
SYNOPSIS
OPTIONS
DESCRIPTION
AUTHOR
LICENSE

This document was created by man2html, using the manual pages.