about summary refs log tree commit diff stats
path: root/dwm.1
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-25 16:21:45 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-25 16:21:45 +0200
commitc518345f4098f8dbe4beaf98ea16136aa0a3e03c (patch)
treede300472332ec66f95b5b41cd08668273253ba68 /dwm.1
parentafe6ac9923348e189199a5aec7de28e2c7eae32d (diff)
downloaddwm-c518345f4098f8dbe4beaf98ea16136aa0a3e03c.tar.gz
updated man page of dwm
Diffstat (limited to 'dwm.1')
-rw-r--r--dwm.16
1 files changed, 3 insertions, 3 deletions
diff --git a/dwm.1 b/dwm.1
index 4b8021e..61663ff 100644
--- a/dwm.1
+++ b/dwm.1
@@ -21,9 +21,9 @@ tags. Selecting a certain tag for viewing will display all windows with that
 tag.
 .P
 .B dwm
-contains a small status bar which displays all available tags, the title 
-of the focused window, and the text read from standard input. The tags of the
-focused window are highlighted.
+contains a small status bar which displays all available tags, the mode, the
+title of the focused window, and the text read from standard input. The tags of
+the focused window are highlighted with a small point.
 .P
 .B dwm
 draws a 1-pixel border around windows to indicate the focus state.
b00c'>^
f5465e12 ^
6e1eeeeb ^

f6b44306 ^
b514fbb9 ^

e877e1fc ^
a675eda3 ^
e877e1fc ^
fd5e720b ^



e877e1fc ^

b514fbb9 ^


70763af3 ^








6845c4d9 ^
70763af3 ^




b514fbb9 ^
f6b44306 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48

                 
                                                                                                                
   

                                                               
   

      
 
                                                                  
 
                                                            
 

                                                                              
 

    
   
              
    



                                                    

     


                      








                                                                                  
                                                                                        




                                                                             
 
                               
<title>Mu</title>

With apologies to <a href='http://en.wikipedia.org/wiki/Mu_%28negative%29#In_popular_culture'>Robert Pirsig</a>:
<p>
<div style='font-style: italic; margin-left:2em'>
Is it a language, or an operating system, or a virtual machine?
<p>
Mu.
</div>

<b><a href='http://akkartik.name/about'>Problem statement.</a></b>

<b><a href='http://github.com/akkartik/mu'>Solution.</a></b>

<p>For an earlier prototype, a high-level statement-oriented language with a
tree-walking interpreter, see <a href='http://akkartik.github.io/mu1'>mu1</a>.

<hr>

<p>
The zen of Mu:
<ul>
<li>traces, not interfaces
<li>be rewrite-friendly, not backwards-compatible
<li>be easy to port rather than portable
<li>global structure matters more than local hygiene
</ul>

<p>
Mu's vision of utopia:
<ul>
<li>Run your devices in 1/1000th the code.
<li>1000x more forks for open source projects.
<li>Make simple changes to any project in an afternoon, no matter how large it is.
<li>Projects don't slow down with age, they continue to evolve just as fast as
when they were first started.
<li>All software rewards curiosity, allowing anyone to query its design
decisions, gradually learn how to tweak it, try out increasingly radical
redesign ideas in a sandbox. People learn programming as an imperceptible side
effect of tinkering with the projects they care about.
<li><a href='http://akkartik.name/post/habitability'>Habitable</a> digital environments.
<li>A <em>literate</em> digital society with widespread skills for
comprehending large-scale software structure and comparing-and-contrasting
similar solutions. (I don't think anybody is literate by this definition
today. All we can do easily is read our own programs that we wrote recently.)
</ul>

<p style='margin-bottom: 2em'/>