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 [2019/08/05 02:52] – [Properties] amerigenaxfce:xfce4-panel:windowmenu [2024/04/06 22:53] (current) – [Style Properties] gael
Line 1: Line 1:
-====== Window Menu ====== +~~NOTOC~~ 
 +{{ :xfce:xfce.panel.png?no link|}} 
 +====== xfce4-panel - Window Menu ======
  
 The //Window Menu// panel plugin allows you to switch between application windows using a menu.  The //Window Menu// panel plugin allows you to switch between application windows using a menu. 
  
-====== Properties ======+  * **[[#Appearance|Appearance]]** 
 +  * **[[#Filtering|Filtering]]** 
 +  * **[[#Style Properties|Style Properties]]** 
 + 
 +===== Properties =====
  
 <figure "Window Menu's properties dialog"> <figure "Window Menu's properties dialog">
 {{:xfce:xfce4-panel:window_menu.png?nolink&|}} {{:xfce:xfce4-panel:window_menu.png?nolink&|}}
 </figure> </figure>
 +
 +----
  
 ===== Appearance ===== ===== Appearance =====
Line 24: Line 31:
 ? Enable emergency notification ? Enable emergency notification
 ! Enables emergency notification for applications which require immediate focus.  ! Enables emergency notification for applications which require immediate focus. 
 +
 +----
  
 ===== Filtering ===== ===== Filtering =====
Line 30: Line 39:
 ! When enabled, the //Window Menu// shows windows from all available workspaces. When disabled, only windows from the current workspace will be shown.  ! When enabled, the //Window Menu// shows windows from all available workspaces. When disabled, only windows from the current workspace will be shown. 
  
-====== Style Properties ======+---- 
 + 
 +===== Style Properties =====
  
 You can set a custom icon size in gtk-icon-sizes with the name ''panel-window-menu''. The default icon size is 16px. Note that the window icons are 16 or 32 pixels, all other sizes will result in scaling. Special widget name in this plugin is ''windowmenu-button''. You can set a custom icon size in gtk-icon-sizes with the name ''panel-window-menu''. The default icon size is 16px. Note that the window icons are 16 or 32 pixels, all other sizes will result in scaling. Special widget name in this plugin is ''windowmenu-button''.
  
-<file txt .gtkrc-2.0> +<file txt ~/.config/gtk-3.0/gtk.css
-style "xfce-window-menu-plugin-style" +# Ellipsizing used in the menu label. 
-+* { -XfceWindowMenuPlugin-ellipsize-modePANGO_ELLIPSIZE_MIDDLE; }
-  # Ellipsizing used in the menu label. +
-  XfceWindowMenuPlugin::ellipsize-mode PANGO_ELLIPSIZE_MIDDLE+
  
-  # Maximum number of characters in the menu label before it will +# Maximum number of characters in the menu label before it will 
-  # be ellipsized. +# be ellipsized. When this value is set to -1, the width will be 
-  XfceWindowMenuPlugin::max-width-chars 24+# calculated automatically. 
 +* { -XfceWindowMenuPlugin-max-width-chars:24; }
  
-  # Lucency of minimized icons. Valid values are between 0 (completely +# Lucency of minimized icons. Valid values are between 0 (completely 
-  # hide the icon) and 100 (don't lighten the icon). +# hide the icon) and 100 (don't lighten the icon). 
-  XfceWindowMenuPlugin::minimized-icon-lucency 50 +* { -XfceWindowMenuPlugin-minimized-icon-lucency50}
-} +
-class "XfceWindowMenuPlugin" style "xfce-window-menu-plugin-style"+
 </file> </file>
  
-See the section [[theming|Theming]] for more information.+See the [[theming|theming section]] for more information. 
 + 
 +[[|Back To Top]] 
 +---- 
 +[[ :xfce:xfce4-panel:start:|Return to Main Xfce4-panel page]]