
Scaling Switcher
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
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.
MarcusMoeller
7 years ago
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 &
Report