I hereby claim:
- I am tamastimar on github.
- I am tamastimar (https://keybase.io/tamastimar) on keybase.
- I have a public key whose fingerprint is D190 3A5C 6C4F 28DF 9ECD CAF6 3757 032D 7A34 3890
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
-- Window Manipulation | |
-- Bind alt-Tab to show next window of current application | |
hs.hotkey.bind({"alt"}, "Tab", function() | |
local app = hs.application.frontmostApplication() | |
local windows = app:allWindows() | |
local nextWin = nil | |