Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tips [2013/08/05 22:40] – [Other Unique Xfce Features] -- woops, restore deleted content miketips [2013/08/07 18:26] – [Toggle panel autohide] mike
Line 231: Line 231:
     *  (check) Save match in command history     *  (check) Save match in command history
  
-====== Other Unique Xfce Features ===== 
  
-===== Add newlines to a panel ====== 
- 
-Xfce allows full control over multi-line ​panel configuratinos,​ via the Separator component. ​ Simply add a separator to your panel, move it to where you'd like a new line to begin, edit its properties, and change its "​style"​ drop-down to "New Line." 
 ====== Xfconf ===== ====== Xfconf =====
  
Line 255: Line 251:
     xfconf-query -c $CHANNEL -T -p $PROP     xfconf-query -c $CHANNEL -T -p $PROP
 else else
-    xfconf-query -c $CHANNEL -n -p $PROP -t bool -s true+    xfconf-query -c $CHANNEL -n -p $PROP -t bool -s false
 fi fi
 </code> </code>