Skip to content

Commit

Permalink
Another readme fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Nov 23, 2014
1 parent 7175843 commit 3624084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cp config.example.lua config.lua
* `modules/reload.lua` - Handles reloading hammerspoon. (CMD-CTRL-ALT-E)
* `modules/repl.lua` - Handles launching the repl. (CMD-CTRL-ALT-R)
* `modules/lock.lua` - Handles locking the screen. (F13)
* `modules/arrows.lua` - Handles positioning a window on the current screen. (CMD-CTRL-ALT-<Arrow>)
* `modules/arrows.lua` - Handles positioning a window on the current screen. (CMD-CTRL-ALT-[Arrow])
* `modules/monitors.lua` - Handles moving windows between screens.
* `modules/arrangement.lua` - Handles building window arrangements, that arrange windows on multiple screens. I use this to move windows to different monitors automatically.
* `modules/app_selector.lua` - Focus windows by fuzzy matching their titles. Uses `utils/match_dialogue`.
Expand Down

0 comments on commit 3624084

Please sign in to comment.