Skip to content

muppetjones/hammerspoon_config

Repository files navigation

Hammerspoon config

Configuration files for the Hammerspoon project.

The app switching code is modified from oskarols hammerspoon configs

Installation

# goto the hammerspoon configuration directory
cd $HOME
mkdir .hammerspoon
cd .hammerspoon

# pull rather than clone (we don't want the extra folder)
git init
git remote add origin [email protected]:muppetjones/hammerspoon_config.git
git pull

Functionality

  • App cycling
    • Between windows of the same app.
    • Between windows of multiple apps.
  • Mouse location
    • Highlight mouse location (automatic during app cycling)
    • Fun logos instead of a plain circle
  • Window resizing
    • Right, left, top, bottom, full

To add

  • Move windows between screens
  • More fun logos

Known bugs

  • App filter only returns main iTerm window if not on same space.
    • (iTerm bug)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages