equal
deleted
inserted
replaced
33 In order to connect dwm to a specific display, make sure that |
33 In order to connect dwm to a specific display, make sure that |
34 the DISPLAY environment variable is set correctly, e.g.: |
34 the DISPLAY environment variable is set correctly, e.g.: |
35 |
35 |
36 DISPLAY=foo.bar:1 exec dwm |
36 DISPLAY=foo.bar:1 exec dwm |
37 |
37 |
38 This will start dwm on display :1 of the host foo.bar. |
38 (This will start dwm on display :1 of the host foo.bar.) |
39 |
39 |
40 |
|
41 Displaying status info |
|
42 ---------------------- |
|
43 In order to display status info in the bar, you can do something |
40 In order to display status info in the bar, you can do something |
44 like this in your .xinitrc: |
41 like this in your .xinitrc: |
45 |
42 |
46 while true |
43 while true |
47 do |
44 do |