add spectacle config
This commit is contained in:
parent
9cd4e23932
commit
9bb8a94879
|
@ -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
|
||||
|
|
18
kde-spectacle/.config/spectaclerc
Normal file
18
kde-spectacle/.config/spectaclerc
Normal file
|
@ -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
|
Loading…
Reference in a new issue