This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Autoscroll script for luakit (luakit.org). | |
-- Originally by @mason-larobina | |
-- (https://gist.github.com/mason-larobina/726550) | |
-- | |
-- Install instructions: | |
-- * Add to rc.lua before window spawning code | |
-- Or | |
-- * Save to $XDG_CONFIG_HOME/luakit/autoscroll.lua and | |
-- add `require "autoscroll"` to your rc.lua | |
---------------------------------------------------------------- |