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:41] – [Add newlines to a panel] miketips [2013/08/07 18:26] – [Toggle panel autohide] mike
Line 230: Line 230:
     * Command : /bin/sh ~/bcme.sh \0     * Command : /bin/sh ~/bcme.sh \0
     *  (check) Save match in command history     *  (check) Save match in command history
- 
-====== Other Unique Xfce Features ===== 
  
  
Line 253: 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>