Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| panel-plugins:xfce4-docklike-plugin:start [2021/09/15 21:44] – created docklike-plugin page davekeogh | panel-plugins:xfce4-docklike-plugin:start [2024/12/09 09:45] (current) – kevinbowen | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ====== xfce4-docklike-plugin - Docklike Taskbar ====== | ====== xfce4-docklike-plugin - Docklike Taskbar ====== | ||
| - | A modern, minimalist taskbar for Xfce | + | A modern, minimalist taskbar for Xfce. |
| - | * **[[# | + | Docklike Taskbar behaves similarly to many other desktop environments and operating systems. Wherein all application windows are grouped together as an icon and can be pinned to act as a launcher when the application is not running. Commonly referred to as a dock. |
| + | |||
| * **[[# | * **[[# | ||
| + | * **[[# | ||
| + | * **[[# | ||
| * **[[#Latest Release|Latest Release]]** | * **[[#Latest Release|Latest Release]]** | ||
| * **[[#Source Code Repository|Source Code Repository]]** | * **[[#Source Code Repository|Source Code Repository]]** | ||
| Line 13: | Line 16: | ||
| ---- | ---- | ||
| - | ===== Usage ===== | ||
| - | ... | + | ===== Screenshots ===== |
| - | ---- | + | <figure " |
| + | {{:panel-plugins: | ||
| + | </ | ||
| - | ===== Screenshots ===== | + | <figure " |
| + | {{: | ||
| + | </ | ||
| - | <figure "Properties Dialog"> | + | <figure "Docklike Window Preview"> |
| - | {{: | + | {{: |
| + | </ | ||
| + | |||
| + | <figure " | ||
| + | {{: | ||
| + | </ | ||
| + | |||
| + | <figure " | ||
| + | {{: | ||
| </ | </ | ||
| [[|Back to Top]] | [[|Back to Top]] | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ===== Usage ===== | ||
| + | |||
| + | - [[: | ||
| + | - Right-click on the added plugin, select **Properties** to open the settings window. | ||
| + | |||
| + | **Mouse Actions** | ||
| + | * **ctrl+left-click** to begin dragging an item in the dock | ||
| + | * **ctrl+right-click** to access Properties, move/remove the plugin | ||
| + | * **shift+click** to launch another instance of an application | ||
| + | * **middle-click** to close all instances of an application | ||
| + | * **mouse wheel** to cycle through open windows in either direction | ||
| + | |||
| + | **Keyboard Shortcuts** | ||
| + | |||
| + | Keyboard shortcuts are disabled by default. Be careful to avoid conflicting keyboard shortcuts! | ||
| + | |||
| + | * **super+[1, | ||
| + | * **super** to switch to the previous window | ||
| + | |||
| + | It would be nice to add a setting to change the modifier key in the future. | ||
| + | |||
| + | **Hidden Settings** | ||
| + | |||
| + | Your settings file is located at // | ||
| + | |||
| + | * **dockSize=< | ||
| + | * **previewScale=< | ||
| + | * **previewSleep=< | ||
| + | |||
| + | [[|Back to Top]] | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ===== Theming ===== | ||
| + | You can modify the appearance of dock items with CSS. Create (or modify) // | ||
| + | |||
| + | /* Taller or wider buttons */ | ||
| + | # | ||
| + | min-height: 48px; | ||
| + | min-width: 48px; | ||
| + | } | ||
| + | | ||
| + | /* Brightly colored buttons */ | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | | ||
| + | /* number of open windows label */ | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | |||
| + | A list of all the CSS selectors created by the plugin: | ||
| + | |||
| + | # | ||
| + | .group | ||
| + | .open_group | ||
| + | .active_group | ||
| + | .window_count | ||
| + | .menu | ||
| + | .active_menu_item | ||
| + | .hover_menu_item | ||
| + | |||
| + | Changes will take effect after the panel is restarted (// | ||
| ---- | ---- | ||
| Line 31: | Line 112: | ||
| ===== Latest Release ===== | ===== Latest Release ===== | ||
| - | {{rss> | + | {{rss> |
| - | | + | [[https:// |
| + | |||
| + | | ||
| [[|Back to Top]] | [[|Back to Top]] | ||
| Line 40: | Line 123: | ||
| ===== Source Code Repository ===== | ===== Source Code Repository ===== | ||
| + | |||
| [[https:// | [[https:// | ||
| Line 45: | Line 129: | ||
| ===== Reporting Bugs ===== | ===== Reporting Bugs ===== | ||
| - | [[https:// | + | |
| + | * **[[: | ||
| [[|Back To Top]] | [[|Back To Top]] | ||
| ---- | ---- | ||
| - | + | [[ : | |
| - | [[ : | + | |