Snap To Deco
thomas12777
Source i (link to git-repo or to original if based on someone elses unmodified work):
* Works with pling-storeor ocs-url
Other Kwin Scripts:
© 2025 store.kde.org - The official KDE Store
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
1 Comment
I'm new to kwin scripting, so your script was very useful to me. I modified it to toggle the keepAbove property of my Conky window. Now I can get my system info at a glance. :) It's worth noting that I had to make the following change to get registerShortcut() to work: var myCallback = function shortcutHook() { I then used myCallback in place of shortcutHook in the registerShortcut() call. Thanks!