diff --git a/README.md b/README.md index 604e326..09516dd 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,14 @@ log out/shutdown/etc without my keyboard if I need to. Custom application rules for `kwin`. Files in `~/.local/share/color-schemes` come from [my repo of KDE titlebar color schemes][colors]. +## `kde-spectacle` + +Configures Spectacle to act more like ShareX or macOS's screenshot tool by +default - pressing print screen will bring up rectangle select, and hitting +enter will save the screenshot to disk and copy the image contents to the +clipboard. My screenshots are saved to +`~/Pictures/Screenshots/YYYY-MM/YYYYMMDDHHmmSS.png`. + [colors]: https://github.com/eritbh/kde-application-titlebar-themes [ksuperkey]: https://github.com/hanschen/ksuperkey [stow]: https://www.gnu.org/software/stow diff --git a/kde-spectacle/.config/spectaclerc b/kde-spectacle/.config/spectaclerc new file mode 100644 index 0000000..63afa04 --- /dev/null +++ b/kde-spectacle/.config/spectaclerc @@ -0,0 +1,18 @@ +[$Version] +update_info=spectacle_clipboard.upd:clipboard-settings-change,spectacle_rememberregion.upd:spectacle-migrate-rememberregion + +[General] +autoSaveImage=true +clipboardGroup=PostScreenshotCopyImage +onLaunchAction=UseLastUsedCapturemode +rememberLastRectangularRegion=Never +showCaptureInstructions=false + +[GuiConfig] +captureDelay=0 +captureMode=0 +quitAfterSaveCopyExport=true + +[Save] +defaultSaveLocation=file:///home/erin/Pictures/Screenshots +saveFilenameFormat=%Y-%M/%Y%M%D%H%m%S