Is there an easy way to get Ksnapshot's window to open to a specific part of the desktop? It always opens to the default centered position on the desktop, falling behind the window I'm snapping and then altering, to prepare for another snapshot.
I got the Windows Behavior set to smart placement but Ksnapshot seems immune to that setting. I'm not seeing Ksnapshot in the .kde/share/apps directory, only in the .kde/share/config directory.
Looking up...
ksnapshot --help-all
... in a konsole indicates a KDE option for geometry, which may be what I need, but the proper syntax is missing.
--geometry <geometry> sets the client geometry of the main widget - see man X for the argument format
Using the SWAG system, I've tried...
ksnapshot --geometry 0,0
... in a terminal, thinking it might force it to the zero-corner but it still launches centered in the middle of the screen.
Other then the Ksnapshot handbook, I'm not finding a manual to determine the argument format. Or if the default position can be changed to work with the GUI.
Cheers