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
Last revisionBoth sides next revision
xfce:xfce4-panel:preferences [2019/11/30 22:49] – added icon and bottom of page navigation and section dividers kevinbowenxfce:xfce4-panel:preferences [2022/12/05 17:54] – [General] gael
Line 1: Line 1:
-{{ :xfce:xfce4-panel:xfce4-panel.png?nolink|}} +~~NOTOC~~ 
-====== Preferences ======+{{ :xfce:xfce.panel.png?no link|}} 
 +====== xfce4-panel - Preferences ====== 
 +  * **[[#Selecting a Panel|Selecting a Panel]]** 
 +  * **[[#Display|Display]]** 
 +  * **[[#General|General]]** 
 +  * **[[#Measurements|Measurements]]** 
 +  * **[[#Appearance|Appearance]]** 
 +  * **[[#Background|Background]]** 
 +  * **[[#Opacity|Opacity]]** 
 +  * **[[#Items|Items]]** 
 + 
 +---- 
 The Panel Preferences window gives you the ability to customize your panel. You can change the size, appearance and orientation of your panels, as well as add add or remove panels on your desktop. These can be backed up on your system to be restored at a later date. The Panel Preferences window gives you the ability to customize your panel. You can change the size, appearance and orientation of your panels, as well as add add or remove panels on your desktop. These can be backed up on your system to be restored at a later date.
  
Line 39: Line 51:
   ? Always   ? Always
   ! Always hide the panel.   ! Always hide the panel.
-? Don'reserve space on borders+ 
 +! 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 -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. 
 + 
 +? Keep panel above windows
 ! 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.