diff options
Diffstat (limited to 'desktop/windowlist/README')
-rw-r--r-- | desktop/windowlist/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/desktop/windowlist/README b/desktop/windowlist/README new file mode 100644 index 0000000000..369f1dd08b --- /dev/null +++ b/desktop/windowlist/README @@ -0,0 +1,23 @@ +windowlist (KDE plasmoid Window List) + +Simple plasmoid to show list of opened windows. +Inspired by the KDE3 equivalent. + +Features: +- shows list of all windows grouped by desktop on left mouse click; +- shows list of windows on current desktop on middle mouse click; +- selecting active window minimizes it or activates it if not active; +- possibility to drag window entry on pager to move it to another desktop; +- switch windows using mouse wheel; +- actions menu for each window after right clicking on it's entry; +- "Cascade windows" and "Unclutter windows" actions; +- automatically group windows in sub menus if there is more than five per desktop; +- configurable keyboard shortcut. + +After installing, if you are currently running KDE, you need to run +"kbuildsycoca4" as your normal user. + +If the plasmoid does not show up in the "Add Applets" dialog, then try restarting +plasma with "kquitapp plasma && plasma" + +Please see the README file if you want to use a different icon for this plasmoid. |