8000 GitHub - kabirbaidhya/finger: zsh plugin to enable or disable touchscreen on Ubuntu-based distros.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zsh plugin to enable or disable touchscreen on Ubuntu-based distros.

Notifications You must be signed in to change notification settings

kabirbaidhya/finger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Finger

Enable or Disable touchscreen on Ubuntu based distros.

Note: This is a Work in Progress

Installation

Oh My ZSH

  1. 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

  2. Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.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 or disable touchscreen on Ubuntu-based distros.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0