Skip to content

Instantly share code, notes, and snippets.

@cklokmose
cklokmose / init.lua
Created September 19, 2023 18:29
My hammerspoon configuration
-- Move windows between screens
hs.hotkey.bind({"cmd", "alt", "ctrl"}, "P", function()
local win = hs.window.focusedWindow()
if not win then
return
end
win:moveToScreen(win:screen():next())
end)
-- Maximize windows
@cklokmose
cklokmose / 0_reuse_code.js
Last active August 29, 2015 14:23
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console

Keybase proof

I hereby claim:

  • I am cklokmose on github.
  • I am clemensnk (https://keybase.io/clemensnk) on keybase.
  • I have a public key whose fingerprint is 7894 B46D 58EC BBBB EF2E 34CB 19CD 72AC 20FF 2A94

To claim this, I am signing this object: