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
xfce:xfce4-panel:windowmenu [2024/12/11 11:29] 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 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