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:xfce4-panel:preferences [2021/03/24 09:55] – [General] ochosixfce:xfce4-panel:preferences [2022/12/05 16:13] – [General] Autohide delay from https://gitlab.xfce.org/xfce/xfce4-panel/-/issues/321 gael
Line 55: Line 55:
  
   xfconf-query -n -c xfce4-panel -p /panels/panel-2/popdown-speed -t int -s 0   xfconf-query -n -c xfce4-panel -p /panels/panel-2/popdown-speed -t int -s 0
 +
 +You can also act on the delay to show/hide the panel by adjusting the following in ''~/.config/gtk-3.0/gtk.css'' (create the file if necessary):
 +
 +<code>
 +* {
 +  -XfcePanelWindow-popup-delay: 1000;
 +  -XfcePanelWindow-popdown-delay: 1000;
 +  -XfcePanelWindow-autohide-size: 10;
 +}
 +</code>
 +
 +Note that the minimum autohide-size is 1.
  
 ? Don't reserve space on borders ? Don't reserve space on borders