summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMC <mc@hack.org>2010-06-22 10:53:58 +0200
committerMC <mc@hack.org>2010-06-22 10:53:58 +0200
commit268c9b5f04e575e7f78abb5804d725e74e128a1f (patch)
tree1bf145cda18af787078deee20644ba695b5df51a /README
parent2ddd0a19a029715a9c05a46cf962e24d1dda967a (diff)
downloadmcwm-268c9b5f04e575e7f78abb5804d725e74e128a1f.zip
Don't use full path to terminal program.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index ff615c9..1e6d198 100644
--- a/README
+++ b/README
@@ -12,12 +12,12 @@ probably be useful for some people.
Start like this:
- mcwm [-b] [-t /full/path/toterminal]
+ mcwm [-b] [-t terminal-program]
-b means draw no borders around windows.
--t /usr/local/bin/urxvt will start the urxvt terminal emulator when
-Mod1 + Return is pressed.
+-t urxvt will start the urxvt terminal emulator when Mod1 + Return is
+pressed. urxvt needs to be in the $PATH.
Typically mcwm will start automatically when you start the X Window
System. If you start from the console, you need an .xinitrc file.