Enable or Disable touchscreen on Ubuntu based distros.
Note: This is a Work in Progress
-
Clone this repository into $ZSH_CUSTOM/plugins (by default ~/.oh-my-zsh/custom/plugins)
git clone https://github.com/yankeexe/finger ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/finger
-
Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):
plugins=(finger)
- Clone this repository somewhere on your machine. This guide will assume ~/.zsh/zsh-autosuggestions.
git clone https://github.com/yankeexe/finger ~/.zsh/finger
- Add the following to your .zshrc:
source ~/.zsh/finger/finger.plugin.zsh
Enable Touchscreen
finger enable
Disable Touchscreen
finger disable