Skip to content

Kannspeki/Bash_Autoscroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bash Autoscroll

A simple pure bash autoscroll

Requirements

  • xdotool
  • xbindkeys (Optional)

Usage

  • Make the scripts executable
    chmod +x auto_scroll
    chmod +x auto_scroll_stop

Optional

  • Starting and stoping using a shortcut with xbindkeys
  • Add the shortcut in the ~/.xbindkeysrc file.
    ### Starts auto scroll
     "~/auto_scroll"
    Shift + Pause
    
    ### Stops auto scroll
     "~/auto_scroll_stop"
    Alt + Next
    

About

Pure bash autoscroll

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages