diff options
| author | Simon Rozet | 2010-06-05 03:17:57 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-04 18:33:15 -0700 |
| commit | 2c88edaa0ce404d4821ede7736f24cdb8ec2d53c (patch) | |
| tree | 4573e575ef7529d1aeb768b0f9ff74da4e3d63b4 /Library/Formula | |
| parent | 73492943184cd07c5fd47c3358527207111492c1 (diff) | |
| download | homebrew-2c88edaa0ce404d4821ede7736f24cdb8ec2d53c.tar.bz2 | |
dwm: link to gist with tips and tricks in caveats
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dwm.rb | 5 |
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 |
