Skip to content

Instantly share code, notes, and snippets.

@shizeeg
shizeeg / PKGBUILD
Created March 10, 2014 07:47
yetris Customizable Tetris(tm) for the terminal
# Maintainer: Lucas de Sena <lucas DOT ta23 @ gmail DOT com>
# Developer: Alexandre Dantas <alex DOT dantas92 @ gmail DOT com>
# Contributor: Shizeeg Unadequatov <shizeeque @ gmail DOT com>
pkgname=yetris-git
pkgver=2.0.1.r0.g4e1be22
pkgrel=2
pkgdesc="Customizable Tetris(tm) for the terminal"
arch=('x86_64' 'i686')
url="http://www.github.com/alexdantas/yetris/"
@mason-larobina
mason-larobina / autoscroll.lua
Created December 3, 2010 03:35
Autoscrolling script for luakit
----------------------------------------------------------------
-- Simple autoscroll script for luakit (luakit.org) --
-- Install instructions: --
-- 1. Add to rc.lua before window spawning code. --
-- 2. Or: save to $XDG_CONFIG_HOME/luakit/autoscroll.lua and --
-- add `require "autoscroll"` to your rc.lua --
----------------------------------------------------------------
local buf, key = lousy.bind.buf, lousy.bind.key