Skip to content

Instantly share code, notes, and snippets.

View cesalberca's full-sized avatar

César Alberca cesalberca

View GitHub Profile
@cesalberca
cesalberca / init.lua
Last active December 19, 2018 19:08 — forked from JavierSA/init.lua
Hammerspoon configuration
local MASH = {"cmd", "alt", "ctrl"}
local MASH_SHIFT = {"cmd", "alt", "ctrl", "shift"}
local focusedWindow
local focusedWindowFrame
local screenFrame
hs.grid.MARGINX = 0
hs.grid.MARGINY = 0