Parachute
Parachute copied to clipboard
Plasma Screen Edges
It would be nice to have option to set Parachute as Screen Edge action.
I think we don't have that possibility via Kwin script. You may be able to do this by changing some configuration file manually and using "qdbus org.kde.kglobalaccel /component/kwin invokeShortcut Parachute".
https://forum.kde.org/viewtopic.php?f=67&t=128169
I think it is possible
https://www.pling.com/p/1266534/
https://github.com/Intika-KDE-Plasmoids/plasmoid-kwin-script-toggle-panel-screen-edge
Indeed. I'll mark this as an enhancement.
I create some additional script based on toogle-panel-screen-edge
https://gitlab.com/divinae/toogleparachute
unfortunately I don't found option to get current user in kwin javascript - user dir in main.js must be changed manualy :/
I think you don't have to. You can invoke the Parachute dbus call (qdbus org.kde.kglobalaccel /component/kwin invokeShortcut Parachute) directly in your togglePanel() function. No script.sh file needed.
You are right. It's working with dbus call without script.sh :)
There is one more problem. When Parachute is activated screen edges don't work. So I can open it with Hot corner but not close.
https://store.kde.org/p/1372470/ :)
I'll try to figure out how to make the screen edge work with Parachute activated. If I find out I will integrate this functionality into it, with the help of your code.
@tcorreabr and @divinae You guys saved my day, Parachute + ToggleParachute are one of the most wanted KwinScripts for me. ToggleParachute should definitely be included into Parachute! <3
Hi, has anyone got deactivation working yet? I can activate with the hot-corner, but can't deactivate.