├── .gitignore ├── LICENSE ├── README.md └── init.lua /.gitignore: -------------------------------------------------------------------------------- 1 | hs 2 | .vscode -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dploeger/hammerspoon-window-manager/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dploeger/hammerspoon-window-manager/HEAD/README.md -------------------------------------------------------------------------------- /init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dploeger/hammerspoon-window-manager/HEAD/init.lua --------------------------------------------------------------------------------