Remove all references to 'exec'

This commit is contained in:
Spencer Janssen 2007-06-18 20:15:32 +00:00
parent be08dd80ec
commit 33bb745880
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -77,7 +77,7 @@ Running xmonad:
Add:
exec /home/dons/bin/xmonad
/home/dons/bin/xmonad
to the last line of your .xsession or .xinitrc file.

View File

@ -40,7 +40,7 @@ ___KEYBINDINGS___
.SH EXAMPLES
To use \fBxmonad\fR as your window manager add:
.RS
exec xmonad
xmonad
.RE
to your \fI~/.xinitrc\fR file
.SH CUSTOMIZATION