Skip to content

zsh plugin to enable/disable touchscreen on Debian-based distros.

Notifications You must be signed in to change notification settings

yankeexe/finger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Finger

Enable or Disable touchscreen on Debian based distros.

Note: This is a Work in Progress

Installation

Oh My ZSH

  1. Clone this repository into $ZSH_CUSTOM/plugins (default is ~/.oh-my-zsh/custom/plugins)

    $ git clone https://github.com/yankeexe/finger ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/finger
    
  2. Add the plugin to the list of plugins for Oh My Zsh to load on ~/.zshrc:

    + plugins=(finger)

Manual

  1. Clone this repository somewhere on your machine. This guide will assume ~/.zsh/zsh-autosuggestions.
    $ git clone https://github.com/yankeexe/finger ~/.zsh/finger
    
  2. Add the following to your .zshrc:
    $ source ~/.zsh/finger/finger.plugin.zsh
    

Usage

  • Enable Touchscreen

    $ finger enable
    
  • Disable Touchscreen

    $ finger disable
    

About

zsh plugin to enable/disable touchscreen on Debian-based distros.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages