Skip navigation.
Home

Reply to comment

Keeping save boxes above other windows

Drag and drop saving is great, but can I keep the save box above all other windows while I'm using the filer?

All saveboxes (including the Copy/Rename/Link saveboxes in the filer) are
marked with the 'Savebox' class so your window manager can recognise them.
For example, sawfish users should choose 'Customise->Matched Windows' and
add a new rule. The matcher should be 'Class' and you can use Grab to copy
the value by clicking on any savebox. Set 'Depth' to a high number to keep it
above other windows.
Users of OroboROX, which on its own doesn't have an interface for this, may find httpDevil's Pie to be useful. You'll need to manually create the /.devilspie.xml file and the add something like (I hope):

 <flurb name="Savebox on top">
  <matchers>
   <matcher name="DevilsPieMatcherWindowName">
    <property name="class_name" value="Savebox" />
   </matcher>
 </matchers>
 
  <actions>
   <action name="DevilsPieActionLayer">
    <property name="above" value="TRUE"/>
   </action>
  </actions>
 </flurb>

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