https://github.com/teddydd/plugin-wacom-screen
Quickly map all Wacom tablets to given screen. OMF plugin
https://github.com/teddydd/plugin-wacom-screen
fish fish-shell graphics-tablet oh-my-fish plugin shell shell-script wacom
Last synced: 9 days ago
JSON representation
Quickly map all Wacom tablets to given screen. OMF plugin
- Host: GitHub
- URL: https://github.com/teddydd/plugin-wacom-screen
- Owner: TeddyDD
- License: mit
- Created: 2017-07-11T23:10:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T09:27:43.000Z (almost 9 years ago)
- Last Synced: 2025-02-24T04:41:29.342Z (over 1 year ago)
- Topics: fish, fish-shell, graphics-tablet, oh-my-fish, plugin, shell, shell-script, wacom
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

#### wacom-screen
> Wacom tablet utilities. A plugin for [Oh My Fish][omf-link].
[](/LICENSE)
[](https://fishshell.com)
[](https://www.github.com/oh-my-fish/oh-my-fish)
## Install
```fish
$ omf install wacom-screen
```
## Usage
### Map tablet to given display
Use TAB to cycle through all connected screens. You can find names of
screens using `xrandr` command.
```fish
$ wacom-screen screen
```
### Toggle touch input
```fish
$ wacom-finger on
$ wacom-finger off
$ wacom-finger # toogle
```
# License
[MIT][mit] © [Daniel Lewan][author] et [al][contributors]
[mit]: https://opensource.org/licenses/MIT
[author]: https://github.com/TeddyDD
[contributors]: https://github.com/TeddyDD/plugin-wacom-screen/graphs/contributors
[omf-link]: https://www.github.com/oh-my-fish/oh-my-fish
[license-badge]: https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square