Skip to content

Instantly share code, notes, and snippets.

View akubiczek's full-sized avatar

Adam "Kubik" Kubiczek akubiczek

View GitHub Profile
@akubiczek
akubiczek / init.lua
Last active July 10, 2025 10:48
Hammerspoon LUA script for window management
-- ---------------------------------
-- CONFIGURATION
-- ---------------------------------
local animationDuration = 0.25
-- ---------------------------------
-- WINDOW MANAGEMENT FUNCTIONS
-- ---------------------------------
local stickToLeft <const> = 1
local stickToRight <const> = 2