mtsknn / dotfiles

My simple `.bashrc` and `.gitconfig`. Mostly aliases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Hammerspoon scripts

Hammerspoon is an automation tool for macOS.

cmd-q-q.lua

Press Cmd+Q twice to quit the current app.

Normally apps are quit by pressing Cmd+Q once.

Windows are quit by pressing Cmd+W.

The Q and W keys are next to each other, so it's too easy to accidentally quit the whole app when you meant to just close a single window.

This script fixes the problem:

  • Pressing Cmd+Q once does nothing.
  • Pressing Cmd+Q twice quits the current app.

About

My simple `.bashrc` and `.gitconfig`. Mostly aliases.

License:The Unlicense


Languages

Language:Shell 60.2%Language:Lua 39.8%