ROX Desktop - Window management
http://localhost/desktop/taxonomy/term/19/0
Window managers, pagers, etc.enUsing ROX with Ion
http://localhost/desktop/rox_with_ion
<p>Spending too much time organising your windows instead of getting things done? <a href='http://en.wikipedia.org/wiki/Tiling_window_manager'>Tiling window managers</a> aim to handle the layout for you. In this article, I'll show how to configure <a href='http://modeemi.fi/~tuomov/ion/'>Ion 3</a> to work with ROX.</p>
<p><a href="http://localhost/desktop/rox_with_ion" target="_blank">read more</a></p>http://localhost/desktop/rox_with_ion#commentsWindow managementMon, 09 Jul 2007 19:58:02 +0000Thomas Leonard440 at http://localhost/desktopToggleDesktop
http://localhost/desktop/node/243
<div class="field field-type-text field-field-summary">
<div class="field-label">Summary: </div>
<div class="field-items">
<div class="field-item odd">
Toggle Show/Hide Window </div>
</div>
</div>
<div class="field field-type-text field-field-current-stable-version">
<div class="field-label">Current stable version: </div>
<div class="field-items">
<div class="field-item odd">
0.0.1 </div>
</div>
</div>
<div class="field field-type-text field-field-primary-authors">
<div class="field-label">Primary author(s): </div>
<div class="field-items">
<div class="field-item odd">
Yasuhiro Matsumoto </div>
</div>
</div>
<div class="field field-type-link field-field-downloads">
<div class="field-label">Downloads: </div>
<div class="field-items">
<div class="field-item odd">
<a href="http://hp.vector.co.jp/authors/VA020411/rox/ToggleDesktop-0.0.1.tar.bz2">http://hp.vector.co.jp/authors/VA020411/rox/ToggleDesktop-0.0.1.tar.bz2</a> </div>
</div>
</div>
<p>Summary:<br />
Toggle Show/Hide Window</p>
<p> Current stable version:<br />
0.0.1</p>
<p> Primary author(s):<br />
Yasuhiro Matsumoto</p>
<p><a href="http://localhost/desktop/node/243" target="_blank">read more</a></p>http://localhost/desktop/node/243#commentsPanel appletsGPLWindow managementThu, 26 Jan 2006 03:57:51 +0000mattn243 at http://localhost/desktopCan I stop my window manager from covering the panel?
http://localhost/desktop/node/236
<p>The filer asks the WM to not cover a few pixels at the edge of the screen. When you move the pointer over the edge of the screen, the panel<br />
comes to the front. If this doesn't work, try a different <a href="/desktop/node/111" class="named-wiki" title="Software Index/Window Managers">window manager</a> (works fine with XFWM4).<br />
XFWM4 also lets you configure the <i>desktop margins</i>, which you can use to stop windows going too near the edge of the screen.<br />
Some window managers, such as sawfish, also allow you to mark certain windows with the <b>avoid</b> flag to stop them from being covered at all.</p>
http://localhost/desktop/node/236#commentsWindow managementSat, 21 Jan 2006 10:47:19 +0000Thomas Leonard236 at http://localhost/desktopEnabling border panels
http://localhost/desktop/node/227
<p>Side panels can be managed by <a href="/desktop/freelinking/ROX-Filer">ROX-Filer</a>, but by default they are not turned on. They allow you to create short-cuts to files, directories and applications. Panels work much like the <a href='node/169'>pinboard</a> (the desktop background), except that they come to the front when the mouse hits the edge of the screen and the layout is more rigid. You can also run <a href='taxonomy/term/3'>small programs called applets</a> inside a panel.</p>
<p><a href="http://localhost/desktop/node/227" target="_blank">read more</a></p>http://localhost/desktop/node/227#commentsWindow managementSat, 21 Jan 2006 10:15:30 +0000Thomas Leonard227 at http://localhost/desktopAdding a "show desktop" button
http://localhost/desktop/node/188
<p><a href="/desktop/freelinking/OroboROX">OroboROX</a> lets you define a keyboard short-cut for this.</p>
<p>For other window managers, or if you want a clickable button, Andras Mohari <a href='http://thread.gmane.org/gmane.comp.desktop.rox.user/7014'>suggests this script</a>:</p>
<p><div class="geshifilter"><pre class="geshifilter-python"><span style="color: #808080; font-style: italic;">#!/bin/sh</span>
<span style="color: #ff7700;font-weight:bold;">if</span> wmctrl -m | grep -q <span style="color: #483d8b;">'"showing the desktop" mode: ON'</span>; then
<span style="color: #ff7700;font-weight:bold;">exec</span> wmctrl -k off
<span style="color: #ff7700;font-weight:bold;">else</span>
<span style="color: #ff7700;font-weight:bold;">exec</span> wmctrl -k on
fi</pre></div></p>
<p>This requires the wmctrl program and was tested using xfwm4 (should work with any other EWMH-compatible window manager that implements the 'show desktop' feature, at least in theory).</p>
<p>Save the script and set its permissions to make it executable (<strong>File -> Permissions</strong>).</p>
<p><a href="http://localhost/desktop/node/188" target="_blank">read more</a></p>http://localhost/desktop/node/188#commentsWindow managementSat, 14 Jan 2006 10:20:02 +0000Thomas Leonard188 at http://localhost/desktopOroboROX
http://localhost/desktop/OroboROX
<div class="field field-type-text field-field-summary">
<div class="field-label">Summary: </div>
<div class="field-items">
<div class="field-item odd">
a lightweight Window Manager for ROX </div>
</div>
</div>
<div class="field field-type-text field-field-current-stable-version">
<div class="field-label">Current stable version: </div>
<div class="field-items">
<div class="field-item odd">
0.9.7.9 </div>
</div>
</div>
<div class="field field-type-text field-field-primary-authors">
<div class="field-label">Primary author(s): </div>
<div class="field-items">
<div class="field-item odd">
Guido Schimmels and Jonatan Liljedahl </div>
</div>
</div>
<div class="field field-type-link field-field-zeroinstall-uri">
<div class="field-label">Zero Install URL (drag link to AddApp to install): </div>
<div class="field-items">
<div class="field-item odd">
<a href="http://rox.sourceforge.net/2005/interfaces/OroboROX">http://rox.sourceforge.net/2005/interfaces/OroboROX</a> </div>
</div>
</div>
<div class="field field-type-link field-field-downloads">
<div class="field-label">Downloads: </div>
<div class="field-items">
<div class="field-item odd">
<a href="http://roxos.sunsite.dk/dev-contrib/guido/">http://roxos.sunsite.dk/dev-contrib/guido/</a> </div>
</div>
</div>
<p>Summary:<br />
a lightweight Window Manager for ROX</p>
<p> Current stable version:<br />
0.9.7.9</p>
<p> Primary author(s):<br />
Guido Schimmels and Jonatan Liljedahl</p>
<p><a href="http://localhost/desktop/OroboROX" target="_blank">read more</a></p>http://localhost/desktop/OroboROX#commentsCore softwareGPLWindow managementThu, 05 Jan 2006 18:30:09 +0000Thomas Leonard129 at http://localhost/desktopChoosing a window manager
http://localhost/desktop/node/111
<p>This assumes that you are running <a href="/desktop/freelinking/ROX-Session">ROX-Session</a>.</p>
<p>There are three different methods you can use:</p>
<ol>
<li>Click on the window manager you want in a ROX-Filer window. For example, you could click on <a href="/desktop/freelinking/OroboROX">OroboROX</a> to switch to that.
</li>
<li>If you don't have a wrapper for your window manager (and you don't want to make one),<br />
just quit your current window manager and <b>ROX-Session</b> will ask you to type in the name of a window manager to use. If your window manager doesn't have a quit feature, you can kill it using <a href="/desktop/System" class="wiki">System</a> or a similar process monitor.
</li></ol><p><a href="http://localhost/desktop/node/111" target="_blank">read more</a></p>http://localhost/desktop/node/111#commentsWindow managementWed, 04 Jan 2006 19:13:58 +0000Thomas Leonard111 at http://localhost/desktopPager
http://localhost/desktop/Pager
<div class="field field-type-text field-field-summary">
<div class="field-label">Summary: </div>
<div class="field-items">
<div class="field-item odd">
an application and panel applet that shows a miniature view of your desktop. </div>
</div>
</div>
<div class="field field-type-text field-field-current-stable-version">
<div class="field-label">Current stable version: </div>
<div class="field-items">
<div class="field-item odd">
1.1 </div>
</div>
</div>
<div class="field field-type-text field-field-primary-authors">
<div class="field-label">Primary author(s): </div>
<div class="field-items">
<div class="field-item odd">
Thomas Leonard </div>
</div>
</div>
<div class="field field-type-link field-field-zeroinstall-uri">
<div class="field-label">Zero Install URL (drag link to AddApp to install): </div>
<div class="field-items">
<div class="field-item odd">
<a href="http://rox.sourceforge.net/2005/interfaces/Pager">http://rox.sourceforge.net/2005/interfaces/Pager</a> </div>
</div>
</div>
<div class="field field-type-link field-field-downloads">
<div class="field-label">Downloads: </div>
<div class="field-items">
<div class="field-item odd">
<a href="http://sourceforge.net/project/showfiles.php?group_id=7023&package_id=106312">http://sourceforge.net/project/showfiles.php?group_id=7023&package_id=106312</a> </div>
</div>
</div>
<div class="field field-type-link field-field-changelog">
<div class="field-label">Changelog: </div>
<div class="field-items">
<div class="field-item odd">
<a href="http://svn.sourceforge.net/viewcvs.cgi/rox/trunk/Pager/?view=log">http://svn.sourceforge.net/viewcvs.cgi/rox/trunk/Pager/?view=log</a> </div>
</div>
</div>
<p>Summary:<br />
an application and panel applet that shows a miniature view of your desktop.</p>
<p> Current stable version:<br />
1.1</p>
<p> Primary author(s):<br />
Thomas Leonard</p>
<p><a href="http://localhost/desktop/Pager" target="_blank">read more</a></p>http://localhost/desktop/Pager#commentsPanel appletsGPLWindow managementSun, 01 Jan 2006 17:24:37 +0000KenHayber75 at http://localhost/desktop