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 revisionBoth sides next revision
xfce:xfconf:xfconf-query [2023/01/08 08:48] – Add section header & links kevinbowenxfce:xfconf:xfconf-query [2023/01/10 02:57] – Add configuration tweak section & move 'Save As' command kevinbowen
Line 10: Line 10:
     * [[#Creating Properties|Creating Properties]]     * [[#Creating Properties|Creating Properties]]
     * [[#Monitoring Channel Changes|Monitoring Channel Changes]]     * [[#Monitoring Channel Changes|Monitoring Channel Changes]]
 +    * [[#Configuration Tweaks|Configuration Tweaks]]
  
 ===== Usage ===== ===== Usage =====
Line 105: Line 106:
  
   xfconf-query -c xfce4-panel -m -v   xfconf-query -c xfce4-panel -m -v
-  +  
 +[[|Back To Top]] 
 +---- 
 + 
 +==== Configuration Tweaks ==== 
 Hide ''Suspend'' and ''Hibernate'' from the logout dialog: Hide ''Suspend'' and ''Hibernate'' from the logout dialog:
  
Line 111: Line 117:
    xfconf-query -c xfce4-session -np '/shutdown/ShowHibernate' -t 'bool' -s 'false'    xfconf-query -c xfce4-session -np '/shutdown/ShowHibernate' -t 'bool' -s 'false'
  
 +
 +Move the ''Save As'' button below the window instead of above:
 +
 +  xfconf-query -c xsettings -p /Gtk/DialogsUseHeader -s false