no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | xfce:xfce4-panel:4.10:windowmenu [2015/03/11 13:34] (current) – created ochosi | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Window Menu ====== | ||
| + | |||
| + | The //Window Menu// panel plugin allows you to switch between application windows using a menu. | ||
| + | |||
| + | ====== Properties ====== | ||
| + | |||
| + | <figure " | ||
| + | {{: | ||
| + | </ | ||
| + | |||
| + | ===== Appearance ===== | ||
| + | |||
| + | ? Button Layout | ||
| + | ! Changes the appearance of the //Window Menu// icon in the panel. | ||
| + | ? Icon | ||
| + | ! Displays the icon of the application window that is currently in focus. | ||
| + | ? Arrow | ||
| + | ! Displays a dropdown arrow instead of an application icon. | ||
| + | ? Show workplace actions | ||
| + | ! Enables the ability to add or remove workspaces from within the //Window Menu// | ||
| + | ? Show workspace names | ||
| + | ! Displays the names of available workspaces in the menu. | ||
| + | ? Enable emergency notification | ||
| + | ! Enables emergency notification for applications which require immediate focus. | ||
| + | |||
| + | ===== Filtering ===== | ||
| + | |||
| + | ? Show windows from all workspaces | ||
| + | ! When enabled, the //Window Menu// shows windows from all available workspaces. When disabled, only windows from the current workspace will be shown. | ||
| + | |||
| + | ====== Style Properties ====== | ||
| + | |||
| + | You can set a custom icon size in gtk-icon-sizes with the name '' | ||
| + | |||
| + | <file txt .gtkrc-2.0> | ||
| + | style " | ||
| + | { | ||
| + | # Ellipsizing used in the menu label. | ||
| + | XfceWindowMenuPlugin:: | ||
| + | |||
| + | # Maximum number of characters in the menu label before it will | ||
| + | # be ellipsized. | ||
| + | XfceWindowMenuPlugin:: | ||
| + | |||
| + | # Lucency of minimized icons. Valid values are between 0 (completely | ||
| + | # hide the icon) and 100 (don't lighten the icon). | ||
| + | XfceWindowMenuPlugin:: | ||
| + | } | ||
| + | class " | ||
| + | </ | ||
| + | |||
| + | See the section [[theming|Theming]] for more information. | ||