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
xfce:xfce4-panel:windowmenu [2024/12/07 01:00] – update app icon location kevinbowenxfce:xfce4-panel:windowmenu [2025/05/04 16:33] (current) – [Style Properties] Fix the usage of enum PANGO_TYPE_ELLIPSIZE_MODE in css woab
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
-{{ :xfce:xfce4-panel.png?no link|}}+{{ :xfce:xfce4-panel.png?nolink|}}
 ====== xfce4-panel - Window Menu ====== ====== xfce4-panel - Window Menu ======
  
Line 47: Line 47:
 <file txt ~/.config/gtk-3.0/gtk.css> <file txt ~/.config/gtk-3.0/gtk.css>
 # Ellipsizing used in the menu label. # Ellipsizing used in the menu label.
-* { -XfceWindowMenuPlugin-ellipsize-mode: PANGO_ELLIPSIZE_MIDDLE; }+# valid values are: none, start, middle, end 
 +* { -XfceWindowMenuPlugin-ellipsize-mode: middle; }
  
 # Maximum number of characters in the menu label before it will # Maximum number of characters in the menu label before it will