fixed issues in welcome

This commit is contained in:
Anselm R. Garbe 2006-03-16 08:24:04 +01:00
parent 88de7a499a
commit be312b9fe2
2 changed files with 16 additions and 14 deletions

View File

@ -7,30 +7,32 @@ Welcome to wmii, the non-wimp environment of the WMI Project.
This is a small step by step tutorial, intended to make you a little bit This is a small step by step tutorial, intended to make you a little bit
familiar with wmii. familiar with wmii.
Note, \$MODKEY is the Alt-key by default.
Let's go! Let's go!
- Start two xterms by pressing $MODKEY-t twice. - Start two xterms by pressing \$MODKEY-t twice.
- Switch between the three windows: $MODKEY-j, $MODKEY-k - Switch between the three windows: \$MODKEY-j, \$MODKEY-k
You can also use $MODKEY-Tab instead of $MODKEY-j. If you prefer the mouse, You can also use \$MODKEY-Tab instead of \$MODKEY-j. If you prefer the mouse,
then just click the desired window. then just click the desired window.
- Create a new column with: $MODKEY-n - Create a new column with: \$MODKEY-n
- Tag the selected client with another tag: $MODKEY-Shift-2 - Tag the selected client with another tag: \$MODKEY-Shift-2
IMPORTANT: before you do next step, note that you can select the current tag IMPORTANT: before you do next step, note that you can select the current tag
with $MODKEY-1. with \$MODKEY-1.
- Select the new tag: $MODKEY-2 - Select the new tag: \$MODKEY-2
- Select the floating area: $MODKEY-space - Select the floating area: \$MODKEY-space
- Open the programs menu: $MODKEY-Control-p - Open the programs menu: \$MODKEY-Control-p
Type 'xclock' and press Enter. Type 'xclock' and press Enter.
- Resize the xclock window: left-click on the border and, while holding the - Resize the xclock window: left-click on the border and, while holding the
button down, move the cursor around. button down, move the cursor around.
- Move the xclock window: left-click on the title bar and, while holding - Move the xclock window: left-click on the title bar and, while holding
the button down, move the cursor around. the button down, move the cursor around.
- Open the actions menu: $MODKEY-Control-a - Open the actions menu: \$MODKEY-Control-a
Rerun wmiirc by selecting 'wmiirc'. Rerun wmiirc by selecting 'wmiirc'.
- Working with mouse efficiently: - Working with mouse efficiently:
selecting a window: just click the desired window selecting a window: just click the desired window
move a window: press $MODKEY-Button1Press move a window: press \$MODKEY-Button1Press
and resize a window: press $MODKEY-Button3Press and resize it and resize a window: press \$MODKEY-Button3Press and resize it
(this can also be done by clicking the titlebar of the window/borders respectively) (this can also be done by clicking the titlebar of the window/borders respectively)
- We'll now have a look at the internal filesystem used by wmii. Executing - We'll now have a look at the internal filesystem used by wmii. Executing
wmiir read / wmiir read /
@ -41,7 +43,7 @@ Let's go!
will show you the content of the bar. will show you the content of the bar.
We hope that these steps gave you an idea of how wmii works. You can reread We hope that these steps gave you an idea of how wmii works. You can reread
them at any time by pressing $MODKEY-Control-a and selecting 'welcome'. them at any time by pressing \$MODKEY-Control-a and selecting 'welcome'.
You should now take a look at the wmii(1) man page. An FAQ is available on You should now take a look at the wmii(1) man page. An FAQ is available on
<http://wmii.de>. <http://wmii.de>.

View File

@ -17,7 +17,7 @@ do
sleep 1 sleep 1
done done
MODKEY=Alt export MODKEY MODKEY=Alt
WMII_FONT='fixed' export WMII_FONT WMII_FONT='fixed' export WMII_FONT
WMII_NORMCOLORS='#222222 #eeeeee #666666' export WMII_NORMCOLORS WMII_NORMCOLORS='#222222 #eeeeee #666666' export WMII_NORMCOLORS
WMII_SELCOLORS='#ffffff #285577 #4c7899' export WMII_SELCOLORS WMII_SELCOLORS='#ffffff #285577 #4c7899' export WMII_SELCOLORS