psifidotos / kwin-script-workflow

This is an effort to create a KDE KWin script that integrates the main Activities, Virtual Desktops and Tasks Functionalities from Plasma Desktop in just one component.
http://workflow.opentoolsandspace.org/
GNU General Public License v2.0
5 stars 2 forks source link

trigger on screen edge #5

Open ff2000 opened 11 years ago

ff2000 commented 11 years ago

It would be quite handy if I could trigger this entering a screen edge instead of clicking a button. Would replace "Desktop Grid" on bottom left corner.

psifidotos commented 11 years ago

Well the code exists in Activities2.qml file but it has been disable because it creates two major issues. These issues have been reported to kwin developers. Code: registerScreenEdge(KWin.ElectricBottomLeft, function () { toggleBoth(); });

Issues: 1) in Plasma Desktop 4.10 the above code crashes kwin in logging out (this is fixed for Plasma Desktop 4.11) 2) the hot corner can be used to hide the interface but only to show it... (I dont know if this is going to be ready for 4.11)