diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2013-02-07 11:15:57 +0100 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2013-02-07 11:15:57 +0100 |
commit | 05ba38097af2e83eb78cba024dd571c9bb89f148 (patch) | |
tree | 2c78b1369e6cfacd130a2394549946b718503f69 | |
parent | 70af048b1ccfcbcc14e2801280a9be964ae6075e (diff) | |
download | mcwm-05ba38097af2e83eb78cba024dd571c9bb89f148.zip |
Add example with -i.
-rw-r--r-- | mcwm.man | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -194,6 +194,9 @@ xrdb \-load ~/.Xresources # Start window manager in the background. If it dies, X still lives. mcwm & +# If you want to allow windows to be hidden, use this instead: +# mcwm -i & + # Start a terminal in the foreground. If this dies, X dies. exec urxvt .fi |