Description: This is a tool that wraps the creation of screen edge commands with a simple prompt wizard.
*** Notes ***
- Do not use the native installer, because this plugin isn't a Kwinscript itself but will generate Kwinscripts on each execution (until KDE allows installation scripts for Kpackages).
Use the installer script or this command instead: curl -s https://raw.githubusercontent.com/BelkaDev/KWinEdgeCommands/main/install.sh | sh
*** Usage ***
* Add/Update Actions oneliner (Enter existing command names to update them) : curl -s https://raw.githubusercontent.com/BelkaDev/KWinEdgeCommands/main/install.sh | sh (or install manually from repo: https://github.com/BelkaDev/KWinEdgeCommands)
* Add/Update/Remove screen edge actions * Use custom shell commands/apps/programs or script files of any type (node/python etc.) * Intuitive and easy to install
This script truly opens up automation options in the Plasma workspace.
Installer is a little broken, but I've managed to make it work.
## Useful commands
-Spectacle Grab screenshot of selected area
qdbus org.kde.Spectacle / org.kde.Spectacle.RectangularRegion true
-Show clipboard
qdbus org.kde.klipper /klipper showKlipperPopupMenu
Ratings & Comments
3 Comments
9 9 excellent
This script truly opens up automation options in the Plasma workspace. Installer is a little broken, but I've managed to make it work. ## Useful commands -Spectacle Grab screenshot of selected area qdbus org.kde.Spectacle / org.kde.Spectacle.RectangularRegion true -Show clipboard qdbus org.kde.klipper /klipper showKlipperPopupMenu
10 10 the best