Skip navigation.
Home

Reply to comment

Enabling border panels

Side panels can be managed by ROX-Filer, 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 pinboard (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 small programs called applets inside a panel.

To add a border panel:

$ rox -b Default

Here, Default is the name of the panel to use. You can use different names to switch between different setups.

Note that ROX-Session will automatically turn on the pinboard and one panel when you log in, by running the command rox -S from the RunROX script. The -S flag makes it use the configuration set in ROX-Filer's Options box, under Desktop.

See also the Customization page in the guide-book.

A border panel with some applets

To hide a panel, give the side of the screen on which it is currently displayed but without naming a panel to put there:

$ rox --bottom=

Transparency

To get the semi-transparent panel shown in the screenshot, I used the new XComposite extension provided by the x.org X server. To use it, you need to turn the extension on in /etc/X11/xorg.conf:

Section "Extensions"
	Option  "Composite"     "Enable"
EndSection

You also need to be running xcompmgr. Use the transset command to adjust the opacity of windows.
You can give an argument to set the level, from fully transparent to fully opaque.

Note: this is all experimental (and rather slow!), but it makes for more interesting screenshots!

Reply

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <h1> <h2> <h3> <h4> <img> <pre> <b> <i> <blockquote>
  • Lines and paragraphs break automatically.
  • Link to content with [[some text]], where "some text" is the title of existing content or the title of a new piece of content to create. You can also link text to a different title by using [[link to this title|show this text]]. Link to outside URLs with [[http://www.example.com|some text]], or even [[http://www.example.com]].
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>.

More information about formatting options