aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dwm.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/dwm.rb b/Library/Formula/dwm.rb
index 91494b729..8540a95ab 100644
--- a/Library/Formula/dwm.rb
+++ b/Library/Formula/dwm.rb
@@ -17,12 +17,12 @@ class Dwm <Formula
end
def caveats
- <<EOF
- In order to use the Mac OS X command key '⌘' for dwm commands
+ <<-EOS
+ In order to use the Mac OS X command key for dwm commands,
change the X11 keyboard modifier map using xmodmap (1).
e.g. by running the following command from $HOME/.xinitrc
xmodmap -e 'remove Mod2 = Meta_L' -e 'add Mod1 = Meta_L'&
-EOF
+ EOS
end
end