aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/dwm.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/dwm.rb b/Library/Formula/dwm.rb
index 8540a95ab..2343f00e1 100644
--- a/Library/Formula/dwm.rb
+++ b/Library/Formula/dwm.rb
@@ -7,7 +7,7 @@ class Dwm <Formula
head 'http://hg.suckless.org/dwm'
def install
- # The dwm default quit keybinding Mod1-Shift-q collides with
+ # The dwm default quit keybinding Mod1-Shift-q collides with
# the Mac OS X Log Out shortcut in the Apple menu.
inreplace 'config.def.h',
'{ MODKEY|ShiftMask, XK_q, quit, {0} },',
@@ -23,6 +23,9 @@ class Dwm <Formula
e.g. by running the following command from $HOME/.xinitrc
xmodmap -e 'remove Mod2 = Meta_L' -e 'add Mod1 = Meta_L'&
+
+ See also http://gist.github.com/311377 for a handful of tips and tricks
+ for running dwm on Mac OS X.
EOS
end
end