zelig81 / hammerspoon-init

my configuration of hammerspoon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hammerspoon-init

my configuration of hammerspoon

steps to configure it on your mac

  1. install Hammerspoon http://www.hammerspoon.org/
  2. clone this repo to your mac: git clone git@github.com:zelig81/hammerspoon-init.git
  3. create a symbolic link of .hammerspoon folder to your home folder: ln -s -f <folder_of_code>/hammerspoon-init/.hammerspoon ~/.hammerspoon
  4. press 'reload config' in Hammerspoon

features

for hotkeys bindings see in key-binding.lua meta keys binding see in init.lua

  • switching applications using specific hotkey for each application (meta key + <letter of application>)
  • windows management (half window, maximized window, moving window between displays)
  • switching language layouts (meta key + id number of language layout)
  • reload hammerspoon config (meta key + 'h')

further configuration

About

my configuration of hammerspoon

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%