]> git.donarmstrong.com Git - x_base.git/blob - .wmii/welcome
* fixup linking to current xsession-errors file
[x_base.git] / .wmii / welcome
1 #!/bin/sh
2 # display a welcome message that contains the wmii tutorial
3
4 xmessage -file - <<'EOF'
5 Welcome to wmii, the non-wimp environment of the Suckless Project.
6
7 This is a small step by step tutorial, intended to make you a
8 little bit familiar with wmii.
9
10 From here on, keypresses will be described such that M-a refers to
11 pressing $MODKEY and a at the same time. $MODKEY refers to a
12 configuratin variable which contains the Alt key by default.
13
14 Let's go!
15
16 - Start two xterms by pressing M-Return twice.
17 - Switch between the three windows: M-j, M-k,
18   M-h, M-l
19   If you prefer to use the mouse, then just move the pointer to
20   the desired window.
21 - Try the other column modes: M-s for stack mode,
22   M-m for max mode Press M-d to return to default
23   mode.
24 - Create a new column with: M-Shift-l
25   This moves the client rightwards.
26 - Tag the selected client with another tag: M-Shift-2
27   IMPORTANT: before you do the next step, note that you
28     can select the current tag with M-1.
29 - Select the new tag: M-2
30 - Select the floating area: M-Space
31 - Open the programs menu: M-p
32   Type 'xclock' and press Enter.
33 - Move the xclock window: Hold $MODKEY, left-click on the
34   window and move the cursor around.
35 - Resize the xclock window: Hold $MODKEY, right-click the
36   window and move the cursor around.
37 - Open the actions menu: M-a
38   Rerun wmiirc by selecting 'wmiirc'.
39 - We'll now have a look at the internal filesystem used by
40   wmii.  Executing
41         wmiir ls /
42   in the shell of the terminal will list all the files in the
43   root directory.
44   Entries ending with / are directories.
45   If you are curious, you can now dig deeper into the
46   directory trees. For instance,
47         wmiir ls /rbar/
48   will show you the content of the right half of the bar.
49
50 We hope that these steps gave you an idea of how wmii works.
51 You can reread them at any time by pressing $MODKEY-a and
52 selecting 'welcome'.
53
54 You should now take a look at the wmii(1) man page.  A FAQ is
55 available at <http://wmii.suckless.org>.
56 EOF