Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Next revision
Previous revision
xfce:xfce4-panel:4.16:preferences [2020/08/12 05:34] – created kevinbowenxfce:xfce4-panel:4.16:preferences [2022/12/05 16:19] (current) – [General] Update from main gael
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
- +{{ :xfce:xfce.panel.png?no link|}} 
- +====== xfce4-panel - Preferences ======
-{{ :xfce:xfce4-panel:xfce4-panel.png?nolink|}} +
-====== Preferences ======+
   * **[[#Selecting a Panel|Selecting a Panel]]**   * **[[#Selecting a Panel|Selecting a Panel]]**
   * **[[#Display|Display]]**   * **[[#Display|Display]]**
Line 53: Line 51:
   ? Always   ? Always
   ! Always hide the panel.   ! Always hide the panel.
 +
 +! If you want to disable the autohide animation you can use the hidden setting **popdown-speed**.
 +
 +! <code>
 +xfconf-query -n -c xfce4-panel -p /panels/panel-2/popdown-speed -t int -s 0
 +</code>
 +
 +! 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
 ! Normally, maximized application windows do not overlap the panel. Setting this option disables this behavior and allows the windows to stretch to the screen edge behind the panel. This option is only available when the panel is set to never hide. ! Normally, maximized application windows do not overlap the panel. Setting this option disables this behavior and allows the windows to stretch to the screen edge behind the panel. This option is only available when the panel is set to never hide.