]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xml.in
fix a crash after reconfigure, the desktop names were not being re-set. so now they...
[chaz/openbox] / data / rc.xml.in
index 45e144a32dae3f4dc40b06e3b50b2788c2f492ba..35cc4cfb21ca1705c6eaa971fa6d448ba722a2b8 100644 (file)
@@ -92,6 +92,8 @@
 </theme>
 
 <desktops>
+  <!-- this stuff is only used at startup, pagers allow you to change them
+       during a session -->
   <number>4</number>
   <firstdesk>1</firstdesk>
   <names>
       <!-- a number or 'center' to center on screen -->
       <y>200</y>
       <!-- a number or 'center' to center on screen -->
-      <head>0</head>
-      <!-- specifies the xinerama head, 'mouse' for wherever the mouse is -->
+      <monitor>1</monitor>
+      <!-- specifies the monitor in a xinerama setup.
+           1 is the first head, or 'mouse' for wherever the mouse is -->
     </position>
 
     <focus>yes</focus>
     <!-- if the window should try be given focus when it appears -->
 
     <desktop>1</desktop>
-    <!-- 0 is the first desktop, 'all' for all desktops -->
+    <!-- 1 is the first desktop, 'all' for all desktops -->
 
     <layer>normal</layer>
     <!-- 'above', 'normal', or 'below' -->
This page took 0.02032 seconds and 4 git commands to generate.