diff options
author | Phillip Warner <pc_warner@yahoo.com> | 2010-05-13 00:57:43 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:57:43 +0200 |
commit | b9b49d8e2380a6d6ca81d296d12a81f23936ef8a (patch) | |
tree | 89f07c41c6e49828b83359f4b7bfa5fab08555df /desktop/windowlist/README | |
parent | 083514c8f098152b93b55874235410a218a0646d (diff) | |
download | slackbuilds-b9b49d8e2380a6d6ca81d296d12a81f23936ef8a.tar.gz |
desktop/windowlist: Added to 13.0 repository
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. |