Skip to content

mybuddymichael/Helm.spoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm

A window management playground, using Hammerspoon.

(Very much in progress.)

Installation

git clone https://github.com/mybuddymichael/helm.git ~/.hammerspoon/Spoons/helm

Usage

Add this to your configuration at ~/.hammerspoon/init.lua:

helm = hs.loadSpoon("helm")

Configuration

helm:bindHotkeys({
    focusLeft = { { "alt" }, "h" },
    focusRight = { { "alt" }, "l" },
    moveWindowLeft = { { "alt", "shift" }, "h" },
    moveWindowRight = { { "alt", "shift" }, "l" },
    makeFullScreen = { { "alt", "shift" }, "return" },
})
helm:start()

License

MIT License

About

A window management playground, using Hammerspoon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages