Description: This window switcher aims to show all open windows in one line. To archive this the information shown for a window is gradually reduced as more windows are opened until only an icon is shown to represent a window.
For installation either do "plasmapkg -t windowswitcher -i filename" or go to "System Settings -> Window Behavior -> Task Switcher" under Visualization and use the "Get Hot New Stuff" Button next to the drop down list of switcher effects.
For Installation on Debian Wheezy/Kubuntu 12.04 copy content/ui/main.qml to ~/.kde/share/apps/kwin/tabbox/scaling.qml
You can activate the switcher layout using:
kwriteconfig --file kwinrc --group TabBox --key LayoutName scaling
Please note that you have to restart KWin in oder for the changes to be applied. Either re-login or do a:
pkill kwin && sleep 1 && kwin &
Ratings & Comments
1 Comment
For Installation on Debian Wheezy/Kubuntu 12.04 copy content/ui/main.qml to ~/.kde/share/apps/kwin/tabbox/scaling.qml You can activate the switcher layout using: kwriteconfig --file kwinrc --group TabBox --key LayoutName scaling Please note that you have to restart KWin in oder for the changes to be applied. Either re-login or do a: pkill kwin && sleep 1 && kwin &