Skip to content

Instantly share code, notes, and snippets.

@AlanD20
Last active January 14, 2023 22:03
Show Gist options
  • Save AlanD20/64242de46e36c98b8f8d683190bd8669 to your computer and use it in GitHub Desktop.
Save AlanD20/64242de46e36c98b8f8d683190bd8669 to your computer and use it in GitHub Desktop.
Windows Customization

Windows Customization

Installation

Choco

choco install -y git notepadplusplus sharex ueli oh-my-posh laragon.install 7zip winrar avidemux hxd javaruntime gnupg tor-browser coretemp curl neovim discord powertoys winaero-tweaker sqlite

Scoop

scoop install 7zip deno gh mingw openssl rustup wireshark zoom

Windows Terminal

  • Don't forget to change the GUID to your GUID Appliations
  • You can generate GUID by creating a new profile, then use it to your customization.

Enable systemd in WSL

# Make sure WSL: Version 0.67.6 and above
wsl --version
wsl --update

# Open /etc/wsl.conf and add the following code
[boot]
systemd=true

# Shutdown the WSL instance.
wsl --shutdown

# Now run WSL, and check systemd
systemctl list-unit-files --type=service
  • Put the ueli_config.json contents to C:\Users\%USERPROFILE%\AppData\Roaming\ueli\config.json
  • Dracula Theme Pink Version
  • Icons for ueli:

---

  • Put the sharex_*.json contents to C:\Users\%USERPROFILE%\Documents\ShareX
  • Import the file in the application.

Powershell Profile

  • Put the config file to User/Documnet/PowerShell

Notice:

  • Do not forget to change the computer username in the config files.
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="7zip" version="22.1" />
<package id="7zip.install" version="22.1" />
<package id="avidemux" version="2.8.1" />
<package id="chocolatey" version="1.2.1" />
<package id="chocolatey-compatibility.extension" version="1.0.0" />
<package id="chocolatey-core.extension" version="1.4.0" />
<package id="chocolatey-dotnetfx.extension" version="1.0.1" />
<package id="chocolatey-windowsupdate.extension" version="1.0.5" />
<package id="coretemp" version="1.18" />
<package id="curl" version="7.87.0" />
<package id="discord" version="1.0.9005" />
<package id="discord.install" version="1.0.9005" />
<package id="dotnet-7.0-desktopruntime" version="7.0.2" />
<package id="dotnet-desktopruntime" version="7.0.2" />
<package id="dotnetfx" version="4.8.0.20220524" />
<package id="git" version="2.39.0" />
<package id="git.install" version="2.39.0" />
<package id="gnupg" version="2.4.0" />
<package id="golang" version="1.19.5" />
<package id="hxd" version="2.5.0.0" />
<package id="javaruntime" version="8.0.231" />
<package id="jre8" version="8.0.351" />
<package id="KB2919355" version="1.0.20160915" />
<package id="KB2919442" version="1.0.20160915" />
<package id="KB2999226" version="1.0.20181019" />
<package id="KB3033929" version="1.0.5" />
<package id="KB3035131" version="1.0.3" />
<package id="KB3063858" version="1.0.0" />
<package id="neovim" version="0.8.2" />
<package id="notepadplusplus" version="8.4.8" />
<package id="notepadplusplus.install" version="8.4.8" />
<package id="oh-my-posh" version="13.1.0" />
<package id="powertoys" version="0.66.0" />
<package id="sharex" version="14.1.0" />
<package id="spotify" version="1.2.0.1165" />
<package id="SQLite" version="3.40.1" />
<package id="tor-browser" version="11.5.7" />
<package id="ueli" version="8.23.1" />
<package id="vcredist140" version="14.34.31931" />
<package id="vcredist2015" version="14.0.24215.20170201" />
<package id="winaero-tweaker" version="1.40.0.0" />
<package id="winaero-tweaker.install" version="1.40.0.0" />
<package id="winrar" version="6.11.0.20220504" />
</packages>
Import-Module posh-git
Import-Module oh-my-posh
Set-Theme Paradox
function Refresh-GPG {
echo "test" | gpg --clearsign
}
Set-Alias rr Refresh-GPG
{
"buckets": [
{
"Name": "extras",
"Source": "https://github.com/ScoopInstaller/Extras",
"Updated": "2023-01-14T17:27:45+01:00",
"Manifests": 1756
},
{
"Name": "github-gh",
"Source": "https://github.com/cli/scoop-gh.git",
"Updated": "2023-01-03T23:54:24+01:00",
"Manifests": 0
},
{
"Name": "main",
"Source": "https://github.com/ScoopInstaller/Main",
"Updated": "2023-01-14T17:28:12+01:00",
"Manifests": 1142
}
],
"apps": [
{
"Updated": "2022-11-20T18:12:32.3864966+01:00",
"Info": "",
"Source": "main",
"Version": "22.01",
"Name": "7zip"
},
{
"Updated": "2023-01-13T00:45:45.6643508+01:00",
"Info": "",
"Source": "main",
"Version": "1.29.2",
"Name": "deno"
},
{
"Updated": "2023-01-13T00:46:00.9321173+01:00",
"Info": "",
"Source": "github-gh",
"Version": "2.21.2",
"Name": "gh"
},
{
"Updated": "2023-01-14T20:45:28.6698052+01:00",
"Info": "",
"Source": "extras",
"Version": "0.3.5",
"Name": "git-aliases"
},
{
"Updated": "2023-01-09T23:27:47.1477402+01:00",
"Info": "",
"Source": "main",
"Version": "22.12",
"Name": "helix"
},
{
"Updated": "2022-12-01T13:31:01.3100441+01:00",
"Info": "",
"Source": "main",
"Version": "0.50",
"Name": "innounp"
},
{
"Updated": "2022-12-18T00:27:05.3433081+01:00",
"Info": "",
"Source": "main",
"Version": "12.2.0-rt_v10-rev1",
"Name": "mingw"
},
{
"Updated": "2022-12-25T19:39:23.9441072+01:00",
"Info": "",
"Source": "main",
"Version": "1.28.0",
"Name": "minikube"
},
{
"Updated": "2022-12-01T13:35:34.5192852+01:00",
"Info": "",
"Source": "main",
"Version": "3.0.7",
"Name": "openssl"
},
{
"Updated": "2022-11-20T18:07:18.5107419+01:00",
"Info": "",
"Source": "main",
"Version": "1.25.1",
"Name": "rustup"
},
{
"Updated": "2023-01-14T20:45:46.2965535+01:00",
"Info": "",
"Source": "main",
"Version": "2.3.4",
"Name": "vagrant"
},
{
"Updated": "2022-12-18T00:27:31.7766348+01:00",
"Info": "",
"Source": "extras",
"Version": "4.0.2",
"Name": "wireshark"
},
{
"Updated": "2023-01-13T00:46:25.6435105+01:00",
"Info": "",
"Source": "extras",
"Version": "5.13.4.11835",
"Name": "zoom"
}
]
}
{
"DefaultTaskSettings": {
"Description": "",
"Job": "None",
"UseDefaultAfterCaptureJob": true,
"AfterCaptureJob": "CopyImageToClipboard, SaveImageToFile, ShowInExplorer",
"UseDefaultAfterUploadJob": true,
"AfterUploadJob": "CopyURLToClipboard",
"UseDefaultDestinations": true,
"ImageDestination": "Imgur",
"ImageFileDestination": "Dropbox",
"TextDestination": "Pastebin",
"TextFileDestination": "Dropbox",
"FileDestination": "Dropbox",
"URLShortenerDestination": "BITLY",
"URLSharingServiceDestination": "Twitter",
"OverrideFTP": false,
"FTPIndex": 0,
"OverrideCustomUploader": false,
"CustomUploaderIndex": 0,
"UseDefaultGeneralSettings": true,
"GeneralSettings": {
"PlaySoundAfterCapture": false,
"ShowAfterCaptureTasksForm": false,
"ShowBeforeUploadForm": false,
"PlaySoundAfterUpload": true,
"PopUpNotification": "ToastNotification",
"ShowAfterUploadForm": false
},
"UseDefaultImageSettings": true,
"ImageSettings": {
"ImageFormat": "PNG",
"ImagePNGBitDepth": "Default",
"ImageJPEGQuality": 90,
"ImageGIFQuality": "Default",
"ImageAutoUseJPEG": true,
"ImageAutoUseJPEGSize": 2048,
"FileExistAction": "UniqueName",
"ImageEffectPresets": [
{
"Name": "",
"Effects": [
{
"$type": "ShareX.ImageEffectsLib.Canvas, ShareX.ImageEffectsLib",
"Margin": "0, 0, 0, 30",
"Color": "Transparent",
"Enabled": true
},
{
"$type": "ShareX.ImageEffectsLib.DrawText, ShareX.ImageEffectsLib",
"Placement": "BottomRight",
"Offset": "0, 0",
"AutoHide": true,
"Text": "Text watermark",
"TextFont": "Arial, 11.25pt",
"TextColor": "White",
"DrawTextShadow": true,
"TextShadowColor": "Black",
"TextShadowOffset": "-1, -1",
"CornerRadius": 4,
"Padding": "5, 5, 5, 5",
"DrawBorder": true,
"BorderColor": "Black",
"BorderSize": 1,
"DrawBackground": true,
"BackgroundColor": "10, 110, 230",
"UseGradient": true,
"GradientType": "Vertical",
"BackgroundColor2": "0, 30, 80",
"UseCustomGradient": true,
"Gradient": {
"Type": "Vertical",
"Colors": [
{
"Color": "68, 120, 194",
"Location": 0.0
},
{
"Color": "13, 58, 122",
"Location": 50.0
},
{
"Color": "6, 36, 78",
"Location": 50.0
},
{
"Color": "23, 89, 174",
"Location": 100.0
}
]
},
"Enabled": true
}
]
}
],
"SelectedImageEffectPreset": 0,
"ShowImageEffectsWindowAfterCapture": false,
"ImageEffectOnlyRegionCapture": false,
"ThumbnailWidth": 200,
"ThumbnailHeight": 0,
"ThumbnailName": "-thumbnail",
"ThumbnailCheckSize": false
},
"UseDefaultCaptureSettings": true,
"CaptureSettings": {
"ShowCursor": true,
"ScreenshotDelay": 0.0,
"CaptureTransparent": false,
"CaptureShadow": true,
"CaptureShadowOffset": 20,
"CaptureClientArea": false,
"CaptureAutoHideTaskbar": false,
"CaptureCustomRegion": "0, 0, 0, 0",
"SurfaceOptions": {
"QuickCrop": true,
"MinimumSize": 5,
"RegionCaptureActionRightClick": "RemoveShapeCancelCapture",
"RegionCaptureActionMiddleClick": "SwapToolType",
"RegionCaptureActionX1Click": "CaptureFullscreen",
"RegionCaptureActionX2Click": "CaptureActiveMonitor",
"DetectWindows": true,
"DetectControls": true,
"UseDimming": true,
"UseCustomInfoText": false,
"CustomInfoText": "X: $x, Y: $y$nR: $r, G: $g, B: $b$nHex: $hex",
"SnapSizes": [
{
"Width": 426,
"Height": 240
},
{
"Width": 640,
"Height": 360
},
{
"Width": 854,
"Height": 480
},
{
"Width": 1280,
"Height": 720
},
{
"Width": 1920,
"Height": 1080
}
],
"ShowInfo": true,
"ShowMagnifier": false,
"UseSquareMagnifier": false,
"MagnifierPixelCount": 3,
"MagnifierPixelSize": 10,
"ShowCrosshair": false,
"UseLightResizeNodes": false,
"EnableAnimations": true,
"IsFixedSize": false,
"FixedSize": "250, 250",
"ShowFPS": false,
"RememberMenuState": false,
"MenuCollapsed": false,
"MenuPosition": "0, 0",
"SwitchToDrawingToolAfterSelection": false,
"SwitchToSelectionToolAfterDrawing": false,
"AnnotationOptions": {
"ImageInterpolationMode": "NearestNeighbor",
"StickerPacks": [
{
"FolderPath": "Stickers\\BlobEmoji",
"Name": "Blob Emoji"
}
],
"SelectedStickerPack": 0,
"RegionCornerRadius": 0,
"BorderColor": "255, 216, 0",
"BorderSize": 4,
"FillColor": "87, 138, 63",
"DrawingCornerRadius": 3,
"Shadow": true,
"ShadowColor": "125, 0, 0, 0",
"ShadowOffset": "0, 1",
"LineCenterPointCount": 1,
"ArrowHeadsBothSide": false,
"TextOutlineOptions": {
"Font": "Arial",
"Size": 15,
"Color": "Red",
"Bold": false,
"Italic": false,
"Underline": false,
"AlignmentHorizontal": "Center",
"AlignmentVertical": "Center",
"Gradient": false,
"Color2": "240, 240, 240",
"GradientMode": "Vertical"
},
"TextOutlineBorderColor": "0, 255, 0, 0",
"TextOutlineBorderSize": 5,
"TextOptions": {
"Font": "Arial",
"Size": 15,
"Color": "White",
"Bold": false,
"Italic": false,
"Underline": false,
"AlignmentHorizontal": "Center",
"AlignmentVertical": "Center",
"Gradient": false,
"Color2": "240, 240, 240",
"GradientMode": "Vertical"
},
"TextBorderColor": "White",
"TextBorderSize": 0,
"TextFillColor": "242, 60, 60",
"LastImageFilePath": null,
"StepBorderColor": "White",
"StepBorderSize": 0,
"StepFillColor": "242, 60, 60",
"StepFontSize": 18,
"StepUseLetters": false,
"MagnifyStrength": 200,
"StickerSize": 64,
"LastStickerPath": null,
"BlurRadius": 35,
"PixelateSize": 15,
"HighlightColor": "Yellow"
},
"LastRegionTool": "RegionRectangle",
"LastAnnotationTool": "DrawingFreehand",
"LastEditorTool": "DrawingRectangle",
"ImageEditorStartMode": "AutoSize",
"ImageEditorWindowState": {
"Location": "0, 0",
"Size": "0, 0",
"IsMaximized": false
},
"AutoCloseEditorOnTask": false,
"ShowEditorPanTip": true,
"ImageEditorResizeInterpolationMode": "Bicubic",
"EditorNewImageSize": "800, 600",
"EditorNewImageTransparent": false,
"EditorNewImageBackgroundColor": "White",
"EditorCanvasColor": "Transparent",
"ImageEffectPresets": [],
"SelectedImageEffectPreset": 0
},
"FFmpegOptions": {
"OverrideCLIPath": false,
"CLIPath": "C:\\Users\\AlanD20\\Documents\\ShareX\\Tools\\ffmpeg.exe",
"VideoSource": "screen-capture-recorder",
"AudioSource": "virtual-audio-capturer",
"VideoCodec": "libx264",
"AudioCodec": "libmp3lame",
"UserArgs": "",
"UseCustomCommands": false,
"CustomCommands": "-rtbufsize 150M -f dshow -framerate 45 -i video=\"screen-capture-recorder\":audio=\"virtual-audio-capturer\" -c:v libx264 -r 45 -preset superfast -tune zerolatency -crf 27 -pix_fmt yuv420p -movflags +faststart -c:a libmp3lame -qscale:a 4 -y \"output.mp4\"",
"ShowError": true,
"x264_Preset": "superfast",
"x264_CRF": 27,
"VPx_bitrate": 3000,
"XviD_qscale": 10,
"NVENC_preset": "llhp",
"NVENC_bitrate": 3000,
"GIFStatsMode": "full",
"GIFDither": "sierra2_4a",
"AMF_usage": "transcoding",
"AMF_quality": "speed",
"QSV_preset": "fast",
"QSV_bitrate": 3000,
"AAC_bitrate": 352,
"Opus_bitrate": 512,
"Vorbis_qscale": 4,
"MP3_qscale": 4
},
"ScreenRecordFPS": 45,
"GIFFPS": 25,
"ScreenRecordShowCursor": true,
"ScreenRecordAutoStart": true,
"ScreenRecordStartDelay": 0.0,
"ScreenRecordFixedDuration": false,
"ScreenRecordDuration": 3.0,
"ScreenRecordTwoPassEncoding": false,
"ScreenRecordAskConfirmationOnAbort": false,
"ScrollingCaptureOptions": {
"TrimLeftEdge": 0,
"TrimTopEdge": 0,
"TrimRightEdge": 0,
"TrimBottomEdge": 0,
"CombineAdjustmentVertical": 0,
"CombineAdjustmentLastVertical": 0,
"IgnoreLast": 0,
"ScrollMethod": "Automatic",
"StartDelay": 500,
"ScrollDelay": 500,
"MaximumScrollCount": 20,
"StartSelectionAutomatically": true,
"StartCaptureAutomatically": false,
"ScrollTopMethodBeforeCapture": "All",
"AutoDetectScrollEnd": true,
"RemoveDuplicates": true,
"AfterCaptureAutomaticallyCombine": true,
"AutoUpload": false
},
"OCROptions": {
"Permission": false,
"DefaultLanguage": "eng",
"Silent": false,
"ProcessOnLoad": true,
"AutoCopy": false
}
},
"UseDefaultUploadSettings": true,
"UploadSettings": {
"UseCustomTimeZone": false,
"CustomTimeZone": {
"Id": "UTC",
"DisplayName": "(UTC) Coordinated Universal Time",
"StandardName": "Coordinated Universal Time",
"DaylightName": "Coordinated Universal Time",
"BaseUtcOffset": "00:00:00",
"AdjustmentRules": null,
"SupportsDaylightSavingTime": false
},
"NameFormatPattern": "%ra{10}",
"NameFormatPatternActiveWindow": "%pn_%ra{10}",
"RegionCaptureUseWindowPattern": true,
"FileUploadUseNamePattern": false,
"FileUploadReplaceProblematicCharacters": false,
"ClipboardUploadURLContents": false,
"ClipboardUploadShortenURL": false,
"ClipboardUploadShareURL": false,
"ClipboardUploadAutoIndexFolder": false,
"UploaderFilters": []
},
"UseDefaultActions": true,
"ExternalPrograms": [
{
"IsActive": false,
"Name": "Paint",
"Path": "C:\\WINDOWS\\system32\\mspaint.exe",
"Args": "%input",
"OutputExtension": null,
"Extensions": null,
"HiddenWindow": false,
"DeleteInputFile": false
},
{
"IsActive": false,
"Name": "Adobe Photoshop",
"Path": "C:\\Program Files\\Adobe\\Adobe Photoshop CC 2018\\Photoshop.exe",
"Args": "%input",
"OutputExtension": null,
"Extensions": null,
"HiddenWindow": false,
"DeleteInputFile": false
}
],
"UseDefaultToolsSettings": true,
"ToolsSettings": {
"ScreenColorPickerFormat": "$hex",
"IndexerSettings": {
"Output": "Html",
"SkipHiddenFolders": true,
"SkipHiddenFiles": true,
"MaxDepthLevel": 0,
"ShowSizeInfo": true,
"AddFooter": true,
"IndentationText": "|___",
"AddEmptyLineAfterFolders": false,
"UseCustomCSSFile": false,
"CustomCSSFilePath": "",
"UseAttribute": true,
"CreateParseableJson": true
},
"ImageCombinerOptions": {
"Orientation": "Vertical",
"Space": 0
},
"VideoConverterOptions": {
"InputFilePath": null,
"OutputFolderPath": null,
"OutputFileName": null,
"VideoCodec": "x264",
"VideoQuality": 23,
"UseCustomArguments": false,
"CustomArguments": "",
"AutoOpenFolder": true
},
"VideoThumbnailOptions": {
"DefaultOutputDirectory": null,
"LastVideoPath": null,
"OutputLocation": "DefaultFolder",
"CustomOutputDirectory": "",
"ImageFormat": "PNG",
"ThumbnailCount": 9,
"FilenameSuffix": "_Thumbnail",
"RandomFrame": false,
"UploadThumbnails": true,
"KeepScreenshots": false,
"OpenDirectory": false,
"MaxThumbnailWidth": 512,
"CombineScreenshots": true,
"Padding": 10,
"Spacing": 10,
"ColumnCount": 3,
"AddVideoInfo": true,
"AddTimestamp": true,
"DrawShadow": true,
"DrawBorder": true
}
},
"UseDefaultAdvancedSettings": true,
"AdvancedSettings": {
"ProcessImagesDuringFileUpload": false,
"ProcessImagesDuringClipboardUpload": false,
"UseAfterCaptureTasksDuringFileUpload": true,
"TextTaskSaveAsFile": true,
"AutoClearClipboard": false,
"UseCustomCaptureSound": false,
"CustomCaptureSoundPath": "",
"SpeechCapture": "",
"UseCustomTaskCompletedSound": false,
"CustomTaskCompletedSoundPath": "",
"SpeechTaskCompleted": "",
"UseCustomErrorSound": false,
"CustomErrorSoundPath": "",
"CapturePath": null,
"RegionCaptureDisableAnnotation": false,
"ImageExtensions": [
"jpg",
"jpeg",
"png",
"gif",
"bmp",
"ico",
"tif",
"tiff"
],
"EarlyCopyURL": false,
"TextExtensions": [
"txt",
"log",
"nfo",
"c",
"cpp",
"cc",
"cxx",
"h",
"hpp",
"hxx",
"cs",
"vb",
"html",
"htm",
"xhtml",
"xht",
"xml",
"css",
"js",
"php",
"bat",
"java",
"lua",
"py",
"pl",
"cfg",
"ini",
"dart",
"go",
"gohtml"
],
"ResultForceHTTPS": false,
"ClipboardContentFormat": "$result",
"BalloonTipContentFormat": "$result",
"OpenURLFormat": "$result",
"AutoShortenURLLength": 0,
"DisableNotifications": false,
"DisableNotificationsOnFullscreen": false,
"ToastWindowDuration": 3.0,
"ToastWindowFadeDuration": 1.0,
"ToastWindowPlacement": "BottomRight",
"ToastWindowClickAction": "OpenUrl",
"ToastWindowRightClickAction": "CloseNotification",
"ToastWindowMiddleClickAction": "AnnotateImage",
"ToastWindowSize": "400, 300",
"AutoCloseAfterUploadForm": false,
"TextFileExtension": "txt",
"TextFormat": "text",
"TextCustom": "",
"TextCustomEncodeInput": true,
"NamePatternMaxLength": 100,
"NamePatternMaxTitleLength": 50
},
"WatchFolderEnabled": false,
"WatchFolderList": []
},
"FirstTimeRunDate": "2020-07-15T19:14:32.9633433Z",
"FileUploadDefaultDirectory": "",
"NameParserAutoIncrementNumber": 0,
"QuickTaskPresets": [
{
"Name": "Save, Upload, Copy URL",
"AfterCaptureTasks": "SaveImageToFile, UploadImageToHost",
"AfterUploadTasks": "CopyURLToClipboard"
},
{
"Name": "Save, Copy image",
"AfterCaptureTasks": "CopyImageToClipboard, SaveImageToFile",
"AfterUploadTasks": "None"
},
{
"Name": "Save, Copy image file",
"AfterCaptureTasks": "SaveImageToFile, CopyFileToClipboard",
"AfterUploadTasks": "None"
},
{
"Name": "Annotate, Save, Upload, Copy URL",
"AfterCaptureTasks": "AnnotateImage, SaveImageToFile, UploadImageToHost",
"AfterUploadTasks": "CopyURLToClipboard"
},
{
"Name": null,
"AfterCaptureTasks": "None",
"AfterUploadTasks": "None"
},
{
"Name": "Upload, Copy URL",
"AfterCaptureTasks": "UploadImageToHost",
"AfterUploadTasks": "CopyURLToClipboard"
},
{
"Name": "Save",
"AfterCaptureTasks": "SaveImageToFile",
"AfterUploadTasks": "None"
},
{
"Name": "Copy image",
"AfterCaptureTasks": "CopyImageToClipboard",
"AfterUploadTasks": "None"
},
{
"Name": "Annotate",
"AfterCaptureTasks": "AnnotateImage",
"AfterUploadTasks": "None"
}
],
"TaskViewMode": "ThumbnailView",
"ShowMenu": true,
"ShowColumns": true,
"ShowThumbnailTitle": true,
"ThumbnailTitleLocation": "Top",
"ImagePreview": "Automatic",
"ImagePreviewLocation": "Side",
"PreviewSplitterDistance": 335,
"TaskListViewColumnWidths": [],
"NewsLastReadDate": "0001-01-01T00:00:00Z",
"Language": "Automatic",
"ShowTray": true,
"SilentRun": true,
"TrayIconProgressEnabled": true,
"TaskbarProgressEnabled": true,
"UseWhiteShareXIcon": false,
"RememberMainFormPosition": false,
"MainFormPosition": "305, 199",
"RememberMainFormSize": false,
"MainFormSize": "0, 0",
"TrayLeftClickAction": "RectangleRegion",
"TrayLeftDoubleClickAction": "OpenMainWindow",
"TrayMiddleClickAction": "PrintScreen",
"CheckPreReleaseUpdates": false,
"UseDarkTheme": true,
"UseCustomTheme": true,
"ExperimentalCustomTheme": true,
"Themes": [
{
"Name": "Dark",
"BackgroundColor": "42, 47, 56",
"LightBackgroundColor": "52, 57, 65",
"DarkBackgroundColor": "28, 32, 38",
"TextColor": "235, 235, 235",
"BorderColor": "28, 32, 38",
"CheckerColor": "60, 60, 60",
"CheckerColor2": "50, 50, 50",
"CheckerSize": 15,
"LinkColor": "166, 212, 255",
"MenuHighlightColor": "30, 34, 40",
"MenuHighlightBorderColor": "116, 129, 152",
"MenuBorderColor": "22, 26, 31",
"MenuCheckBackgroundColor": "56, 64, 75",
"ContextMenuOpacity": 90,
"SeparatorLightColor": "56, 64, 75",
"SeparatorDarkColor": "22, 26, 31"
},
{
"Name": "Light",
"BackgroundColor": "242, 242, 242",
"LightBackgroundColor": "247, 247, 247",
"DarkBackgroundColor": "235, 235, 235",
"TextColor": "69, 69, 69",
"BorderColor": "201, 201, 201",
"CheckerColor": "247, 247, 247",
"CheckerColor2": "235, 235, 235",
"CheckerSize": 15,
"LinkColor": "166, 212, 255",
"MenuHighlightColor": "247, 247, 247",
"MenuHighlightBorderColor": "96, 143, 226",
"MenuBorderColor": "201, 201, 201",
"MenuCheckBackgroundColor": "225, 233, 244",
"ContextMenuOpacity": 95,
"SeparatorLightColor": "253, 253, 253",
"SeparatorDarkColor": "189, 189, 189"
}
],
"SelectedTheme": 0,
"UseCustomScreenshotsPath": false,
"CustomScreenshotsPath": "",
"SaveImageSubFolderPattern": "%y-%mo",
"ProxySettings": {
"ProxyMethod": "Manual",
"Host": null,
"Port": 0,
"Username": null,
"Password": null
},
"UploadLimit": 5,
"BufferSizePower": 5,
"ClipboardContentFormats": [],
"MaxUploadFailRetry": 1,
"UseSecondaryUploaders": false,
"SecondaryImageUploaders": [
"Imgur",
"ImageShack",
"Flickr",
"Photobucket",
"Picasa",
"Twitter",
"Chevereto",
"Vgyme",
"CustomImageUploader",
"FileUploader"
],
"SecondaryTextUploaders": [
"Pastebin",
"Paste2",
"Slexy",
"Paste_ee",
"Gist",
"Teknik",
"Upaste",
"Hastebin",
"OneTimeSecret",
"Pastie",
"CustomTextUploader",
"FileUploader"
],
"SecondaryFileUploaders": [
"Dropbox",
"FTP",
"OneDrive",
"GoogleDrive",
"Puush",
"Box",
"Mega",
"AmazonS3",
"GoogleCloudStorage",
"AzureStorage",
"BackblazeB2",
"Gfycat",
"OwnCloud",
"MediaFire",
"Pushbullet",
"SendSpace",
"Ge_tt",
"Localhostr",
"Jira",
"Lambda",
"VideoBin",
"Teknik",
"Pomf",
"Uguu",
"Seafile",
"Streamable",
"Sul",
"Lithiio",
"Transfersh",
"Plik",
"YouTube",
"SharedFolder",
"Email",
"CustomFileUploader"
],
"HistorySaveTasks": true,
"HistoryCheckURL": false,
"RecentTasks": [
{
"FilePath": "C:\\Users\\AlanD20\\Documents\\ShareX\\Screenshots\\2020-08\\sgTufSUMbu.mp4",
"URL": null,
"ThumbnailURL": null,
"DeletionURL": null,
"ShortenedURL": null,
"Time": "2020-08-20T09:48:10.3244428Z"
},
{
"FilePath": "C:\\Users\\AlanD20\\Documents\\ShareX\\Screenshots\\2020-08\\Y651rFIfi0.mp4",
"URL": null,
"ThumbnailURL": null,
"DeletionURL": null,
"ShortenedURL": null,
"Time": "2020-08-20T09:49:13.7489844Z"
},
{
"FilePath": "C:\\Users\\AlanD20\\Documents\\ShareX\\Screenshots\\2020-08\\bnpUE0JrDi.mp4",
"URL": null,
"ThumbnailURL": null,
"DeletionURL": null,
"ShortenedURL": null,
"Time": "2020-08-20T09:49:51.9890121Z"
},
{
"FilePath": "C:\\Users\\AlanD20\\Documents\\ShareX\\Screenshots\\2020-08\\bPHvWwiaQg.mp4",
"URL": null,
"ThumbnailURL": null,
"DeletionURL": null,
"ShortenedURL": null,
"Time": "2020-08-20T09:50:20.6077028Z"
},
{
"FilePath": "C:\\Users\\AlanD20\\Documents\\ShareX\\Screenshots\\2020-08\\ChDeT741T5.mp4",
"URL": null,
"ThumbnailURL": null,
"DeletionURL": null,
"ShortenedURL": null,
"Time": "2020-08-20T09:51:15.2170974Z"
},
{
"FilePath": "C:\\Users\\AlanD20\\Documents\\ShareX\\Screenshots\\2020-08\\HNYl2CEUGM.mp4",
"URL": null,
"ThumbnailURL": null,
"DeletionURL": null,
"ShortenedURL": null,
"Time": "2020-08-20T09:51:54.7065456Z"
},
{
"FilePath": "C:\\Users\\AlanD20\\Documents\\ShareX\\Screenshots\\2020-08\\N0OyhC96BC.mp4",
"URL": null,
"ThumbnailURL": null,
"DeletionURL": null,
"ShortenedURL": null,
"Time": "2020-08-20T09:52:23.0274753Z"
},
{
"FilePath": "C:\\Users\\AlanD20\\Documents\\ShareX\\Screenshots\\2020-08\\22hJBIKTN5.mp4",
"URL": null,
"ThumbnailURL": null,
"DeletionURL": null,
"ShortenedURL": null,
"Time": "2020-08-20T09:53:10.0371938Z"
},
{
"FilePath": "C:\\Users\\AlanD20\\Documents\\ShareX\\Screenshots\\2020-08\\toKe3N85Qf.mp4",
"URL": null,
"ThumbnailURL": null,
"DeletionURL": null,
"ShortenedURL": null,
"Time": "2020-08-20T09:54:46.8974874Z"
},
{
"FilePath": "C:\\Users\\AlanD20\\Documents\\ShareX\\Screenshots\\2020-08\\x9WOJ5JyZK.mp4",
"URL": null,
"ThumbnailURL": null,
"DeletionURL": null,
"ShortenedURL": null,
"Time": "2020-08-20T09:56:34.4745797Z"
}
],
"RecentTasksSave": true,
"RecentTasksMaxCount": 10,
"RecentTasksShowInMainWindow": true,
"RecentTasksShowInTrayMenu": true,
"RecentTasksTrayMenuMostRecentFirst": false,
"HistorySettings": {
"WindowState": {
"Location": "0, 0",
"Size": "0, 0",
"IsMaximized": false
},
"MaxItemCount": 0,
"SplitterDistance": 550
},
"ImageHistorySettings": {
"WindowState": {
"Location": "0, 0",
"Size": "0, 0",
"IsMaximized": false
},
"ViewMode": 3,
"ThumbnailSize": "150, 150",
"MaxItemCount": 250,
"FilterMissingFiles": false,
"RememberSearchText": false,
"SearchText": ""
},
"DontShowPrintSettingsDialog": false,
"PrintSettings": {
"Margin": 5,
"AutoRotateImage": true,
"AutoScaleImage": true,
"AllowEnlargeImage": false,
"CenterImage": false,
"TextFont": {
"FontFamily": "Arial",
"Size": 10.0,
"Style": "Regular",
"GraphicsUnit": "Point"
},
"ShowPrintDialog": true
},
"AutoCaptureRegion": "0, 0, 0, 0",
"AutoCaptureRepeatTime": 60.0,
"AutoCaptureMinimizeToTray": true,
"AutoCaptureWaitUpload": true,
"ScreenRecordRegion": "345, 221, 1242, 634",
"ActionsToolbarList": [
"RectangleRegion",
"PrintScreen",
"ScreenRecorder",
"None",
"FileUpload",
"ClipboardUploadWithContentViewer"
],
"ActionsToolbarRunAtStartup": false,
"ActionsToolbarPosition": "0, 0",
"ActionsToolbarLockPosition": false,
"ActionsToolbarStayTopMost": true,
"RecentColors": [
"255, 216, 0",
"255, 16, 16",
"87, 138, 63",
"0, 255, 0, 0",
"Red",
"White",
"62, 99, 45",
"133, 133, 137",
"30, 31, 37",
"56, 34, 45"
],
"AutoCheckUpdate": true,
"BinaryUnits": false,
"ShowMostRecentTaskFirst": false,
"WorkflowsOnlyShowEdited": false,
"TrayAutoExpandCaptureMenu": true,
"ShowMainWindowTip": true,
"BrowserPath": "",
"TrayTextMoreInfo": false,
"SaveSettingsAfterTaskCompleted": false,
"AutoSelectLastCompletedTask": false,
"DisableHotkeys": false,
"DisableHotkeysOnFullscreen": false,
"HotkeyRepeatLimit": 1000,
"ShowClipboardContentViewer": true,
"DefaultClipboardCopyImageFillBackground": true,
"RotateImageByExifOrientationData": true,
"PNGStripColorSpaceInformation": false,
"DisableUpload": false,
"AcceptInvalidSSLCertificates": false,
"URLEncodeIgnoreEmoji": true,
"ShowUploadWarning": false,
"ShowMultiUploadWarning": true,
"ShowLargeFileSizeWarning": 100,
"CustomUploadersConfigPath": null,
"CustomHotkeysConfigPath": null,
"CustomScreenshotsPath2": null,
"DropSize": 150,
"DropOffset": 5,
"DropAlignment": "BottomRight",
"DropOpacity": 100,
"DropHoverOpacity": 255,
"ApplicationVersion": "13.1.0"
}
{
"Hotkeys": [
{
"HotkeyInfo": {
"Hotkey": "S, Shift, Control",
"Win": false
},
"TaskSettings": {
"Description": "",
"Job": "ScreenRecorder",
"UseDefaultAfterCaptureJob": true,
"AfterCaptureJob": "CopyImageToClipboard, SaveImageToFile, ShowInExplorer",
"UseDefaultAfterUploadJob": true,
"AfterUploadJob": "CopyURLToClipboard",
"UseDefaultDestinations": true,
"ImageDestination": "Imgur",
"ImageFileDestination": "Dropbox",
"TextDestination": "Pastebin",
"TextFileDestination": "Dropbox",
"FileDestination": "Dropbox",
"URLShortenerDestination": "BITLY",
"URLSharingServiceDestination": "Twitter",
"OverrideFTP": false,
"FTPIndex": 0,
"OverrideCustomUploader": false,
"CustomUploaderIndex": 0,
"UseDefaultGeneralSettings": true,
"GeneralSettings": {
"PlaySoundAfterCapture": true,
"ShowAfterCaptureTasksForm": false,
"ShowBeforeUploadForm": false,
"PlaySoundAfterUpload": true,
"PopUpNotification": "ToastNotification",
"ShowAfterUploadForm": false
},
"UseDefaultImageSettings": true,
"ImageSettings": {
"ImageFormat": "PNG",
"ImagePNGBitDepth": "Default",
"ImageJPEGQuality": 90,
"ImageGIFQuality": "Default",
"ImageAutoUseJPEG": true,
"ImageAutoUseJPEGSize": 2048,
"FileExistAction": "Ask",
"ImageEffectPresets": [
{
"Name": "",
"Effects": [
{
"$type": "ShareX.ImageEffectsLib.Canvas, ShareX.ImageEffectsLib",
"Margin": "0, 0, 0, 30",
"Color": "Transparent",
"Enabled": true
},
{
"$type": "ShareX.ImageEffectsLib.DrawText, ShareX.ImageEffectsLib",
"Placement": "BottomRight",
"Offset": "0, 0",
"AutoHide": true,
"Text": "Text watermark",
"TextFont": "Arial, 11.25pt",
"TextColor": "White",
"DrawTextShadow": true,
"TextShadowColor": "Black",
"TextShadowOffset": "-1, -1",
"CornerRadius": 4,
"Padding": "5, 5, 5, 5",
"DrawBorder": true,
"BorderColor": "Black",
"BorderSize": 1,
"DrawBackground": true,
"BackgroundColor": "10, 110, 230",
"UseGradient": true,
"GradientType": "Vertical",
"BackgroundColor2": "0, 30, 80",
"UseCustomGradient": true,
"Gradient": {
"Type": "Vertical",
"Colors": [
{
"Color": "68, 120, 194",
"Location": 0.0
},
{
"Color": "13, 58, 122",
"Location": 50.0
},
{
"Color": "6, 36, 78",
"Location": 50.0
},
{
"Color": "23, 89, 174",
"Location": 100.0
}
]
},
"Enabled": true
}
]
}
],
"SelectedImageEffectPreset": 0,
"ShowImageEffectsWindowAfterCapture": false,
"ImageEffectOnlyRegionCapture": false,
"ThumbnailWidth": 200,
"ThumbnailHeight": 0,
"ThumbnailName": "-thumbnail",
"ThumbnailCheckSize": false
},
"UseDefaultCaptureSettings": true,
"CaptureSettings": {
"ShowCursor": false,
"ScreenshotDelay": 0.0,
"CaptureTransparent": false,
"CaptureShadow": true,
"CaptureShadowOffset": 20,
"CaptureClientArea": false,
"CaptureAutoHideTaskbar": false,
"CaptureCustomRegion": "0, 0, 0, 0",
"SurfaceOptions": {
"QuickCrop": true,
"MinimumSize": 5,
"RegionCaptureActionRightClick": "RemoveShapeCancelCapture",
"RegionCaptureActionMiddleClick": "SwapToolType",
"RegionCaptureActionX1Click": "CaptureFullscreen",
"RegionCaptureActionX2Click": "CaptureActiveMonitor",
"DetectWindows": true,
"DetectControls": true,
"UseDimming": true,
"UseCustomInfoText": false,
"CustomInfoText": "X: $x, Y: $y$nR: $r, G: $g, B: $b$nHex: $hex",
"SnapSizes": [
{
"Width": 426,
"Height": 240
},
{
"Width": 640,
"Height": 360
},
{
"Width": 854,
"Height": 480
},
{
"Width": 1280,
"Height": 720
},
{
"Width": 1920,
"Height": 1080
}
],
"ShowInfo": true,
"ShowMagnifier": true,
"UseSquareMagnifier": false,
"MagnifierPixelCount": 15,
"MagnifierPixelSize": 10,
"ShowCrosshair": false,
"UseLightResizeNodes": false,
"EnableAnimations": true,
"IsFixedSize": false,
"FixedSize": "250, 250",
"ShowFPS": false,
"RememberMenuState": false,
"MenuCollapsed": false,
"MenuPosition": "0, 0",
"SwitchToDrawingToolAfterSelection": false,
"SwitchToSelectionToolAfterDrawing": false,
"AnnotationOptions": {
"ImageInterpolationMode": "NearestNeighbor",
"StickerPacks": [
{
"FolderPath": "Stickers\\BlobEmoji",
"Name": "Blob Emoji"
}
],
"SelectedStickerPack": 0,
"RegionCornerRadius": 0,
"BorderColor": "242, 60, 60",
"BorderSize": 4,
"FillColor": "0, 0, 0, 0",
"DrawingCornerRadius": 3,
"Shadow": true,
"ShadowColor": "125, 0, 0, 0",
"ShadowOffset": "0, 1",
"LineCenterPointCount": 1,
"ArrowHeadsBothSide": false,
"TextOutlineOptions": {
"Font": "Arial",
"Size": 25,
"Color": "White",
"Bold": true,
"Italic": false,
"Underline": false,
"AlignmentHorizontal": "Center",
"AlignmentVertical": "Center",
"Gradient": false,
"Color2": "240, 240, 240",
"GradientMode": "Vertical"
},
"TextOutlineBorderColor": "242, 60, 60",
"TextOutlineBorderSize": 5,
"TextOptions": {
"Font": "Arial",
"Size": 18,
"Color": "White",
"Bold": false,
"Italic": false,
"Underline": false,
"AlignmentHorizontal": "Center",
"AlignmentVertical": "Center",
"Gradient": false,
"Color2": "240, 240, 240",
"GradientMode": "Vertical"
},
"TextBorderColor": "White",
"TextBorderSize": 0,
"TextFillColor": "242, 60, 60",
"LastImageFilePath": null,
"StepBorderColor": "White",
"StepBorderSize": 0,
"StepFillColor": "242, 60, 60",
"StepFontSize": 18,
"StepUseLetters": false,
"MagnifyStrength": 200,
"StickerSize": 64,
"LastStickerPath": null,
"BlurRadius": 35,
"PixelateSize": 15,
"HighlightColor": "Yellow"
},
"LastRegionTool": "RegionRectangle",
"LastAnnotationTool": "ToolSelect",
"LastEditorTool": "DrawingRectangle",
"ImageEditorStartMode": "AutoSize",
"ImageEditorWindowState": {
"Location": "0, 0",
"Size": "0, 0",
"IsMaximized": false
},
"AutoCloseEditorOnTask": false,
"ShowEditorPanTip": true,
"ImageEditorResizeInterpolationMode": "Bicubic",
"EditorNewImageSize": "800, 600",
"EditorNewImageTransparent": false,
"EditorNewImageBackgroundColor": "White",
"EditorCanvasColor": "Transparent",
"ImageEffectPresets": [],
"SelectedImageEffectPreset": 0
},
"FFmpegOptions": {
"OverrideCLIPath": false,
"CLIPath": "C:\\Users\\AlanD20\\Documents\\ShareX\\Tools\\ffmpeg.exe",
"VideoSource": "GDI grab",
"AudioSource": "None",
"VideoCodec": "libx264",
"AudioCodec": "libvoaacenc",
"UserArgs": "",
"UseCustomCommands": false,
"CustomCommands": "",
"ShowError": true,
"x264_Preset": "ultrafast",
"x264_CRF": 28,
"VPx_bitrate": 3000,
"XviD_qscale": 10,
"NVENC_preset": "llhp",
"NVENC_bitrate": 3000,
"GIFStatsMode": "full",
"GIFDither": "sierra2_4a",
"AMF_usage": "transcoding",
"AMF_quality": "speed",
"QSV_preset": "fast",
"QSV_bitrate": 3000,
"AAC_bitrate": 128,
"Opus_bitrate": 128,
"Vorbis_qscale": 3,
"MP3_qscale": 4
},
"ScreenRecordFPS": 30,
"GIFFPS": 15,
"ScreenRecordShowCursor": true,
"ScreenRecordAutoStart": true,
"ScreenRecordStartDelay": 0.0,
"ScreenRecordFixedDuration": false,
"ScreenRecordDuration": 3.0,
"ScreenRecordTwoPassEncoding": false,
"ScreenRecordAskConfirmationOnAbort": false,
"ScrollingCaptureOptions": {
"TrimLeftEdge": 0,
"TrimTopEdge": 0,
"TrimRightEdge": 0,
"TrimBottomEdge": 0,
"CombineAdjustmentVertical": 0,
"CombineAdjustmentLastVertical": 0,
"IgnoreLast": 0,
"ScrollMethod": "Automatic",
"StartDelay": 500,
"ScrollDelay": 500,
"MaximumScrollCount": 20,
"StartSelectionAutomatically": true,
"StartCaptureAutomatically": false,
"ScrollTopMethodBeforeCapture": "All",
"AutoDetectScrollEnd": true,
"RemoveDuplicates": true,
"AfterCaptureAutomaticallyCombine": true,
"AutoUpload": false
},
"OCROptions": {
"Permission": false,
"DefaultLanguage": "eng",
"Silent": false,
"ProcessOnLoad": true,
"AutoCopy": false
}
},
"UseDefaultUploadSettings": true,
"UploadSettings": {
"UseCustomTimeZone": false,
"CustomTimeZone": {
"Id": "UTC",
"DisplayName": "(UTC) Coordinated Universal Time",
"StandardName": "Coordinated Universal Time",
"DaylightName": "Coordinated Universal Time",
"BaseUtcOffset": "00:00:00",
"AdjustmentRules": null,
"SupportsDaylightSavingTime": false
},
"NameFormatPattern": "%ra{10}",
"NameFormatPatternActiveWindow": "%pn_%ra{10}",
"RegionCaptureUseWindowPattern": true,
"FileUploadUseNamePattern": false,
"FileUploadReplaceProblematicCharacters": false,
"ClipboardUploadURLContents": false,
"ClipboardUploadShortenURL": false,
"ClipboardUploadShareURL": false,
"ClipboardUploadAutoIndexFolder": false,
"UploaderFilters": []
},
"UseDefaultActions": true,
"ExternalPrograms": [
{
"IsActive": false,
"Name": "Paint",
"Path": "C:\\WINDOWS\\system32\\mspaint.exe",
"Args": "%input",
"OutputExtension": null,
"Extensions": null,
"HiddenWindow": false,
"DeleteInputFile": false
},
{
"IsActive": false,
"Name": "Adobe Photoshop",
"Path": "C:\\Program Files\\Adobe\\Adobe Photoshop CC 2018\\Photoshop.exe",
"Args": "%input",
"OutputExtension": null,
"Extensions": null,
"HiddenWindow": false,
"DeleteInputFile": false
}
],
"UseDefaultToolsSettings": true,
"ToolsSettings": {
"ScreenColorPickerFormat": "$hex",
"IndexerSettings": {
"Output": "Html",
"SkipHiddenFolders": true,
"SkipHiddenFiles": true,
"MaxDepthLevel": 0,
"ShowSizeInfo": true,
"AddFooter": true,
"IndentationText": "|___",
"AddEmptyLineAfterFolders": false,
"UseCustomCSSFile": false,
"CustomCSSFilePath": "",
"UseAttribute": true,
"CreateParseableJson": true
},
"ImageCombinerOptions": {
"Orientation": "Vertical",
"Space": 0
},
"VideoConverterOptions": {
"InputFilePath": null,
"OutputFolderPath": null,
"OutputFileName": null,
"VideoCodec": "x264",
"VideoQuality": 23,
"UseCustomArguments": false,
"CustomArguments": "",
"AutoOpenFolder": true
},
"VideoThumbnailOptions": {
"DefaultOutputDirectory": null,
"LastVideoPath": null,
"OutputLocation": "DefaultFolder",
"CustomOutputDirectory": "",
"ImageFormat": "PNG",
"ThumbnailCount": 9,
"FilenameSuffix": "_Thumbnail",
"RandomFrame": false,
"UploadThumbnails": true,
"KeepScreenshots": false,
"OpenDirectory": false,
"MaxThumbnailWidth": 512,
"CombineScreenshots": true,
"Padding": 10,
"Spacing": 10,
"ColumnCount": 3,
"AddVideoInfo": true,
"AddTimestamp": true,
"DrawShadow": true,
"DrawBorder": true
}
},
"UseDefaultAdvancedSettings": true,
"AdvancedSettings": {
"ProcessImagesDuringFileUpload": false,
"ProcessImagesDuringClipboardUpload": false,
"UseAfterCaptureTasksDuringFileUpload": true,
"TextTaskSaveAsFile": true,
"AutoClearClipboard": false,
"UseCustomCaptureSound": false,
"CustomCaptureSoundPath": "",
"SpeechCapture": "",
"UseCustomTaskCompletedSound": false,
"CustomTaskCompletedSoundPath": "",
"SpeechTaskCompleted": "",
"UseCustomErrorSound": false,
"CustomErrorSoundPath": "",
"CapturePath": null,
"RegionCaptureDisableAnnotation": false,
"ImageExtensions": [
"jpg",
"jpeg",
"png",
"gif",
"bmp",
"ico",
"tif",
"tiff"
],
"EarlyCopyURL": false,
"TextExtensions": [
"txt",
"log",
"nfo",
"c",
"cpp",
"cc",
"cxx",
"h",
"hpp",
"hxx",
"cs",
"vb",
"html",
"htm",
"xhtml",
"xht",
"xml",
"css",
"js",
"php",
"bat",
"java",
"lua",
"py",
"pl",
"cfg",
"ini",
"dart",
"go",
"gohtml"
],
"ResultForceHTTPS": false,
"ClipboardContentFormat": "$result",
"BalloonTipContentFormat": "$result",
"OpenURLFormat": "$result",
"AutoShortenURLLength": 0,
"DisableNotifications": false,
"DisableNotificationsOnFullscreen": false,
"ToastWindowDuration": 3.0,
"ToastWindowFadeDuration": 1.0,
"ToastWindowPlacement": "BottomRight",
"ToastWindowClickAction": "OpenUrl",
"ToastWindowRightClickAction": "CloseNotification",
"ToastWindowMiddleClickAction": "AnnotateImage",
"ToastWindowSize": "400, 300",
"AutoCloseAfterUploadForm": false,
"TextFileExtension": "txt",
"TextFormat": "text",
"TextCustom": "",
"TextCustomEncodeInput": true,
"NamePatternMaxLength": 100,
"NamePatternMaxTitleLength": 50
},
"WatchFolderEnabled": false,
"WatchFolderList": []
}
},
{
"HotkeyInfo": {
"Hotkey": "Z, Shift, Control",
"Win": false
},
"TaskSettings": {
"Description": "",
"Job": "ScreenRecorderGIF",
"UseDefaultAfterCaptureJob": true,
"AfterCaptureJob": "CopyImageToClipboard, SaveImageToFile, ShowInExplorer",
"UseDefaultAfterUploadJob": true,
"AfterUploadJob": "CopyURLToClipboard",
"UseDefaultDestinations": true,
"ImageDestination": "Imgur",
"ImageFileDestination": "Dropbox",
"TextDestination": "Pastebin",
"TextFileDestination": "Dropbox",
"FileDestination": "Dropbox",
"URLShortenerDestination": "BITLY",
"URLSharingServiceDestination": "Twitter",
"OverrideFTP": false,
"FTPIndex": 0,
"OverrideCustomUploader": false,
"CustomUploaderIndex": 0,
"UseDefaultGeneralSettings": true,
"GeneralSettings": {
"PlaySoundAfterCapture": true,
"ShowAfterCaptureTasksForm": false,
"ShowBeforeUploadForm": false,
"PlaySoundAfterUpload": true,
"PopUpNotification": "ToastNotification",
"ShowAfterUploadForm": false
},
"UseDefaultImageSettings": true,
"ImageSettings": {
"ImageFormat": "PNG",
"ImagePNGBitDepth": "Default",
"ImageJPEGQuality": 90,
"ImageGIFQuality": "Default",
"ImageAutoUseJPEG": true,
"ImageAutoUseJPEGSize": 2048,
"FileExistAction": "Ask",
"ImageEffectPresets": [
{
"Name": "",
"Effects": [
{
"$type": "ShareX.ImageEffectsLib.Canvas, ShareX.ImageEffectsLib",
"Margin": "0, 0, 0, 30",
"Color": "Transparent",
"Enabled": true
},
{
"$type": "ShareX.ImageEffectsLib.DrawText, ShareX.ImageEffectsLib",
"Placement": "BottomRight",
"Offset": "0, 0",
"AutoHide": true,
"Text": "Text watermark",
"TextFont": "Arial, 11.25pt",
"TextColor": "White",
"DrawTextShadow": true,
"TextShadowColor": "Black",
"TextShadowOffset": "-1, -1",
"CornerRadius": 4,
"Padding": "5, 5, 5, 5",
"DrawBorder": true,
"BorderColor": "Black",
"BorderSize": 1,
"DrawBackground": true,
"BackgroundColor": "10, 110, 230",
"UseGradient": true,
"GradientType": "Vertical",
"BackgroundColor2": "0, 30, 80",
"UseCustomGradient": true,
"Gradient": {
"Type": "Vertical",
"Colors": [
{
"Color": "68, 120, 194",
"Location": 0.0
},
{
"Color": "13, 58, 122",
"Location": 50.0
},
{
"Color": "6, 36, 78",
"Location": 50.0
},
{
"Color": "23, 89, 174",
"Location": 100.0
}
]
},
"Enabled": true
}
]
}
],
"SelectedImageEffectPreset": 0,
"ShowImageEffectsWindowAfterCapture": false,
"ImageEffectOnlyRegionCapture": false,
"ThumbnailWidth": 200,
"ThumbnailHeight": 0,
"ThumbnailName": "-thumbnail",
"ThumbnailCheckSize": false
},
"UseDefaultCaptureSettings": true,
"CaptureSettings": {
"ShowCursor": false,
"ScreenshotDelay": 0.0,
"CaptureTransparent": false,
"CaptureShadow": true,
"CaptureShadowOffset": 20,
"CaptureClientArea": false,
"CaptureAutoHideTaskbar": false,
"CaptureCustomRegion": "0, 0, 0, 0",
"SurfaceOptions": {
"QuickCrop": true,
"MinimumSize": 5,
"RegionCaptureActionRightClick": "RemoveShapeCancelCapture",
"RegionCaptureActionMiddleClick": "SwapToolType",
"RegionCaptureActionX1Click": "CaptureFullscreen",
"RegionCaptureActionX2Click": "CaptureActiveMonitor",
"DetectWindows": true,
"DetectControls": true,
"UseDimming": true,
"UseCustomInfoText": false,
"CustomInfoText": "X: $x, Y: $y$nR: $r, G: $g, B: $b$nHex: $hex",
"SnapSizes": [
{
"Width": 426,
"Height": 240
},
{
"Width": 640,
"Height": 360
},
{
"Width": 854,
"Height": 480
},
{
"Width": 1280,
"Height": 720
},
{
"Width": 1920,
"Height": 1080
}
],
"ShowInfo": true,
"ShowMagnifier": true,
"UseSquareMagnifier": false,
"MagnifierPixelCount": 15,
"MagnifierPixelSize": 10,
"ShowCrosshair": false,
"UseLightResizeNodes": false,
"EnableAnimations": true,
"IsFixedSize": false,
"FixedSize": "250, 250",
"ShowFPS": false,
"RememberMenuState": false,
"MenuCollapsed": false,
"MenuPosition": "0, 0",
"SwitchToDrawingToolAfterSelection": false,
"SwitchToSelectionToolAfterDrawing": false,
"AnnotationOptions": {
"ImageInterpolationMode": "NearestNeighbor",
"StickerPacks": [
{
"FolderPath": "Stickers\\BlobEmoji",
"Name": "Blob Emoji"
}
],
"SelectedStickerPack": 0,
"RegionCornerRadius": 0,
"BorderColor": "242, 60, 60",
"BorderSize": 4,
"FillColor": "0, 0, 0, 0",
"DrawingCornerRadius": 3,
"Shadow": true,
"ShadowColor": "125, 0, 0, 0",
"ShadowOffset": "0, 1",
"LineCenterPointCount": 1,
"ArrowHeadsBothSide": false,
"TextOutlineOptions": {
"Font": "Arial",
"Size": 25,
"Color": "White",
"Bold": true,
"Italic": false,
"Underline": false,
"AlignmentHorizontal": "Center",
"AlignmentVertical": "Center",
"Gradient": false,
"Color2": "240, 240, 240",
"GradientMode": "Vertical"
},
"TextOutlineBorderColor": "242, 60, 60",
"TextOutlineBorderSize": 5,
"TextOptions": {
"Font": "Arial",
"Size": 18,
"Color": "White",
"Bold": false,
"Italic": false,
"Underline": false,
"AlignmentHorizontal": "Center",
"AlignmentVertical": "Center",
"Gradient": false,
"Color2": "240, 240, 240",
"GradientMode": "Vertical"
},
"TextBorderColor": "White",
"TextBorderSize": 0,
"TextFillColor": "242, 60, 60",
"LastImageFilePath": null,
"StepBorderColor": "White",
"StepBorderSize": 0,
"StepFillColor": "242, 60, 60",
"StepFontSize": 18,
"StepUseLetters": false,
"MagnifyStrength": 200,
"StickerSize": 64,
"LastStickerPath": null,
"BlurRadius": 35,
"PixelateSize": 15,
"HighlightColor": "Yellow"
},
"LastRegionTool": "RegionRectangle",
"LastAnnotationTool": "ToolSelect",
"LastEditorTool": "DrawingRectangle",
"ImageEditorStartMode": "AutoSize",
"ImageEditorWindowState": {
"Location": "0, 0",
"Size": "0, 0",
"IsMaximized": false
},
"AutoCloseEditorOnTask": false,
"ShowEditorPanTip": true,
"ImageEditorResizeInterpolationMode": "Bicubic",
"EditorNewImageSize": "800, 600",
"EditorNewImageTransparent": false,
"EditorNewImageBackgroundColor": "White",
"EditorCanvasColor": "Transparent",
"ImageEffectPresets": [],
"SelectedImageEffectPreset": 0
},
"FFmpegOptions": {
"OverrideCLIPath": false,
"CLIPath": "%MyDocuments%\\ShareX\\Tools\\ffmpeg.exe",
"VideoSource": "GDI grab",
"AudioSource": "None",
"VideoCodec": "libx264",
"AudioCodec": "libvoaacenc",
"UserArgs": "",
"UseCustomCommands": false,
"CustomCommands": "",
"ShowError": true,
"x264_Preset": "ultrafast",
"x264_CRF": 28,
"VPx_bitrate": 3000,
"XviD_qscale": 10,
"NVENC_preset": "llhp",
"NVENC_bitrate": 3000,
"GIFStatsMode": "full",
"GIFDither": "sierra2_4a",
"AMF_usage": "transcoding",
"AMF_quality": "speed",
"QSV_preset": "fast",
"QSV_bitrate": 3000,
"AAC_bitrate": 128,
"Opus_bitrate": 128,
"Vorbis_qscale": 3,
"MP3_qscale": 4
},
"ScreenRecordFPS": 30,
"GIFFPS": 15,
"ScreenRecordShowCursor": true,
"ScreenRecordAutoStart": true,
"ScreenRecordStartDelay": 0.0,
"ScreenRecordFixedDuration": false,
"ScreenRecordDuration": 3.0,
"ScreenRecordTwoPassEncoding": false,
"ScreenRecordAskConfirmationOnAbort": false,
"ScrollingCaptureOptions": {
"TrimLeftEdge": 0,
"TrimTopEdge": 0,
"TrimRightEdge": 0,
"TrimBottomEdge": 0,
"CombineAdjustmentVertical": 0,
"CombineAdjustmentLastVertical": 0,
"IgnoreLast": 0,
"ScrollMethod": "Automatic",
"StartDelay": 500,
"ScrollDelay": 500,
"MaximumScrollCount": 20,
"StartSelectionAutomatically": true,
"StartCaptureAutomatically": false,
"ScrollTopMethodBeforeCapture": "All",
"AutoDetectScrollEnd": true,
"RemoveDuplicates": true,
"AfterCaptureAutomaticallyCombine": true,
"AutoUpload": false
},
"OCROptions": {
"Permission": false,
"DefaultLanguage": "eng",
"Silent": false,
"ProcessOnLoad": true,
"AutoCopy": false
}
},
"UseDefaultUploadSettings": true,
"UploadSettings": {
"UseCustomTimeZone": false,
"CustomTimeZone": {
"Id": "UTC",
"DisplayName": "(UTC) Coordinated Universal Time",
"StandardName": "Coordinated Universal Time",
"DaylightName": "Coordinated Universal Time",
"BaseUtcOffset": "00:00:00",
"AdjustmentRules": null,
"SupportsDaylightSavingTime": false
},
"NameFormatPattern": "%ra{10}",
"NameFormatPatternActiveWindow": "%pn_%ra{10}",
"RegionCaptureUseWindowPattern": true,
"FileUploadUseNamePattern": false,
"FileUploadReplaceProblematicCharacters": false,
"ClipboardUploadURLContents": false,
"ClipboardUploadShortenURL": false,
"ClipboardUploadShareURL": false,
"ClipboardUploadAutoIndexFolder": false,
"UploaderFilters": []
},
"UseDefaultActions": true,
"ExternalPrograms": [
{
"IsActive": false,
"Name": "Paint",
"Path": "C:\\WINDOWS\\system32\\mspaint.exe",
"Args": "%input",
"OutputExtension": null,
"Extensions": null,
"HiddenWindow": false,
"DeleteInputFile": false
},
{
"IsActive": false,
"Name": "Adobe Photoshop",
"Path": "C:\\Program Files\\Adobe\\Adobe Photoshop CC 2018\\Photoshop.exe",
"Args": "%input",
"OutputExtension": null,
"Extensions": null,
"HiddenWindow": false,
"DeleteInputFile": false
}
],
"UseDefaultToolsSettings": true,
"ToolsSettings": {
"ScreenColorPickerFormat": "$hex",
"IndexerSettings": {
"Output": "Html",
"SkipHiddenFolders": true,
"SkipHiddenFiles": true,
"MaxDepthLevel": 0,
"ShowSizeInfo": true,
"AddFooter": true,
"IndentationText": "|___",
"AddEmptyLineAfterFolders": false,
"UseCustomCSSFile": false,
"CustomCSSFilePath": "",
"UseAttribute": true,
"CreateParseableJson": true
},
"ImageCombinerOptions": {
"Orientation": "Vertical",
"Space": 0
},
"VideoConverterOptions": {
"InputFilePath": null,
"OutputFolderPath": null,
"OutputFileName": null,
"VideoCodec": "x264",
"VideoQuality": 23,
"UseCustomArguments": false,
"CustomArguments": "",
"AutoOpenFolder": true
},
"VideoThumbnailOptions": {
"DefaultOutputDirectory": null,
"LastVideoPath": null,
"OutputLocation": "DefaultFolder",
"CustomOutputDirectory": "",
"ImageFormat": "PNG",
"ThumbnailCount": 9,
"FilenameSuffix": "_Thumbnail",
"RandomFrame": false,
"UploadThumbnails": true,
"KeepScreenshots": false,
"OpenDirectory": false,
"MaxThumbnailWidth": 512,
"CombineScreenshots": true,
"Padding": 10,
"Spacing": 10,
"ColumnCount": 3,
"AddVideoInfo": true,
"AddTimestamp": true,
"DrawShadow": true,
"DrawBorder": true
}
},
"UseDefaultAdvancedSettings": true,
"AdvancedSettings": {
"ProcessImagesDuringFileUpload": false,
"ProcessImagesDuringClipboardUpload": false,
"UseAfterCaptureTasksDuringFileUpload": true,
"TextTaskSaveAsFile": true,
"AutoClearClipboard": false,
"UseCustomCaptureSound": false,
"CustomCaptureSoundPath": "",
"SpeechCapture": "",
"UseCustomTaskCompletedSound": false,
"CustomTaskCompletedSoundPath": "",
"SpeechTaskCompleted": "",
"UseCustomErrorSound": false,
"CustomErrorSoundPath": "",
"CapturePath": null,
"RegionCaptureDisableAnnotation": false,
"ImageExtensions": [
"jpg",
"jpeg",
"png",
"gif",
"bmp",
"ico",
"tif",
"tiff"
],
"EarlyCopyURL": false,
"TextExtensions": [
"txt",
"log",
"nfo",
"c",
"cpp",
"cc",
"cxx",
"h",
"hpp",
"hxx",
"cs",
"vb",
"html",
"htm",
"xhtml",
"xht",
"xml",
"css",
"js",
"php",
"bat",
"java",
"lua",
"py",
"pl",
"cfg",
"ini",
"dart",
"go",
"gohtml"
],
"ResultForceHTTPS": false,
"ClipboardContentFormat": "$result",
"BalloonTipContentFormat": "$result",
"OpenURLFormat": "$result",
"AutoShortenURLLength": 0,
"DisableNotifications": false,
"DisableNotificationsOnFullscreen": false,
"ToastWindowDuration": 3.0,
"ToastWindowFadeDuration": 1.0,
"ToastWindowPlacement": "BottomRight",
"ToastWindowClickAction": "OpenUrl",
"ToastWindowRightClickAction": "CloseNotification",
"ToastWindowMiddleClickAction": "AnnotateImage",
"ToastWindowSize": "400, 300",
"AutoCloseAfterUploadForm": false,
"TextFileExtension": "txt",
"TextFormat": "text",
"TextCustom": "",
"TextCustomEncodeInput": true,
"NamePatternMaxLength": 100,
"NamePatternMaxTitleLength": 50
},
"WatchFolderEnabled": false,
"WatchFolderList": []
}
},
{
"HotkeyInfo": {
"Hotkey": "A, Shift, Control",
"Win": false
},
"TaskSettings": {
"Description": "",
"Job": "RectangleRegion",
"UseDefaultAfterCaptureJob": true,
"AfterCaptureJob": "CopyImageToClipboard, SaveImageToFile, ShowInExplorer",
"UseDefaultAfterUploadJob": true,
"AfterUploadJob": "CopyURLToClipboard",
"UseDefaultDestinations": true,
"ImageDestination": "Imgur",
"ImageFileDestination": "Dropbox",
"TextDestination": "Pastebin",
"TextFileDestination": "Dropbox",
"FileDestination": "Dropbox",
"URLShortenerDestination": "BITLY",
"URLSharingServiceDestination": "Twitter",
"OverrideFTP": false,
"FTPIndex": 0,
"OverrideCustomUploader": false,
"CustomUploaderIndex": 0,
"UseDefaultGeneralSettings": true,
"GeneralSettings": {
"PlaySoundAfterCapture": true,
"ShowAfterCaptureTasksForm": false,
"ShowBeforeUploadForm": false,
"PlaySoundAfterUpload": true,
"PopUpNotification": "ToastNotification",
"ShowAfterUploadForm": false
},
"UseDefaultImageSettings": true,
"ImageSettings": {
"ImageFormat": "PNG",
"ImagePNGBitDepth": "Default",
"ImageJPEGQuality": 90,
"ImageGIFQuality": "Default",
"ImageAutoUseJPEG": true,
"ImageAutoUseJPEGSize": 2048,
"FileExistAction": "Ask",
"ImageEffectPresets": [
{
"Name": "",
"Effects": [
{
"$type": "ShareX.ImageEffectsLib.Canvas, ShareX.ImageEffectsLib",
"Margin": "0, 0, 0, 30",
"Color": "Transparent",
"Enabled": true
},
{
"$type": "ShareX.ImageEffectsLib.DrawText, ShareX.ImageEffectsLib",
"Placement": "BottomRight",
"Offset": "0, 0",
"AutoHide": true,
"Text": "Text watermark",
"TextFont": "Arial, 11.25pt",
"TextColor": "White",
"DrawTextShadow": true,
"TextShadowColor": "Black",
"TextShadowOffset": "-1, -1",
"CornerRadius": 4,
"Padding": "5, 5, 5, 5",
"DrawBorder": true,
"BorderColor": "Black",
"BorderSize": 1,
"DrawBackground": true,
"BackgroundColor": "10, 110, 230",
"UseGradient": true,
"GradientType": "Vertical",
"BackgroundColor2": "0, 30, 80",
"UseCustomGradient": true,
"Gradient": {
"Type": "Vertical",
"Colors": [
{
"Color": "68, 120, 194",
"Location": 0.0
},
{
"Color": "13, 58, 122",
"Location": 50.0
},
{
"Color": "6, 36, 78",
"Location": 50.0
},
{
"Color": "23, 89, 174",
"Location": 100.0
}
]
},
"Enabled": true
}
]
}
],
"SelectedImageEffectPreset": 0,
"ShowImageEffectsWindowAfterCapture": false,
"ImageEffectOnlyRegionCapture": false,
"ThumbnailWidth": 200,
"ThumbnailHeight": 0,
"ThumbnailName": "-thumbnail",
"ThumbnailCheckSize": false
},
"UseDefaultCaptureSettings": true,
"CaptureSettings": {
"ShowCursor": false,
"ScreenshotDelay": 0.0,
"CaptureTransparent": false,
"CaptureShadow": true,
"CaptureShadowOffset": 20,
"CaptureClientArea": false,
"CaptureAutoHideTaskbar": false,
"CaptureCustomRegion": "0, 0, 0, 0",
"SurfaceOptions": {
"QuickCrop": true,
"MinimumSize": 5,
"RegionCaptureActionRightClick": "RemoveShapeCancelCapture",
"RegionCaptureActionMiddleClick": "SwapToolType",
"RegionCaptureActionX1Click": "CaptureFullscreen",
"RegionCaptureActionX2Click": "CaptureActiveMonitor",
"DetectWindows": true,
"DetectControls": true,
"UseDimming": true,
"UseCustomInfoText": false,
"CustomInfoText": "X: $x, Y: $y$nR: $r, G: $g, B: $b$nHex: $hex",
"SnapSizes": [
{
"Width": 426,
"Height": 240
},
{
"Width": 640,
"Height": 360
},
{
"Width": 854,
"Height": 480
},
{
"Width": 1280,
"Height": 720
},
{
"Width": 1920,
"Height": 1080
}
],
"ShowInfo": true,
"ShowMagnifier": true,
"UseSquareMagnifier": false,
"MagnifierPixelCount": 15,
"MagnifierPixelSize": 10,
"ShowCrosshair": false,
"UseLightResizeNodes": false,
"EnableAnimations": true,
"IsFixedSize": false,
"FixedSize": "250, 250",
"ShowFPS": false,
"RememberMenuState": false,
"MenuCollapsed": false,
"MenuPosition": "0, 0",
"SwitchToDrawingToolAfterSelection": false,
"SwitchToSelectionToolAfterDrawing": false,
"AnnotationOptions": {
"ImageInterpolationMode": "NearestNeighbor",
"StickerPacks": [
{
"FolderPath": "Stickers\\BlobEmoji",
"Name": "Blob Emoji"
}
],
"SelectedStickerPack": 0,
"RegionCornerRadius": 0,
"BorderColor": "242, 60, 60",
"BorderSize": 4,
"FillColor": "0, 0, 0, 0",
"DrawingCornerRadius": 3,
"Shadow": true,
"ShadowColor": "125, 0, 0, 0",
"ShadowOffset": "0, 1",
"LineCenterPointCount": 1,
"ArrowHeadsBothSide": false,
"TextOutlineOptions": {
"Font": "Arial",
"Size": 25,
"Color": "White",
"Bold": true,
"Italic": false,
"Underline": false,
"AlignmentHorizontal": "Center",
"AlignmentVertical": "Center",
"Gradient": false,
"Color2": "240, 240, 240",
"GradientMode": "Vertical"
},
"TextOutlineBorderColor": "242, 60, 60",
"TextOutlineBorderSize": 5,
"TextOptions": {
"Font": "Arial",
"Size": 18,
"Color": "White",
"Bold": false,
"Italic": false,
"Underline": false,
"AlignmentHorizontal": "Center",
"AlignmentVertical": "Center",
"Gradient": false,
"Color2": "240, 240, 240",
"GradientMode": "Vertical"
},
"TextBorderColor": "White",
"TextBorderSize": 0,
"TextFillColor": "242, 60, 60",
"LastImageFilePath": null,
"StepBorderColor": "White",
"StepBorderSize": 0,
"StepFillColor": "242, 60, 60",
"StepFontSize": 18,
"StepUseLetters": false,
"MagnifyStrength": 200,
"StickerSize": 64,
"LastStickerPath": null,
"BlurRadius": 35,
"PixelateSize": 15,
"HighlightColor": "Yellow"
},
"LastRegionTool": "RegionRectangle",
"LastAnnotationTool": "ToolSelect",
"LastEditorTool": "DrawingRectangle",
"ImageEditorStartMode": "AutoSize",
"ImageEditorWindowState": {
"Location": "0, 0",
"Size": "0, 0",
"IsMaximized": false
},
"AutoCloseEditorOnTask": false,
"ShowEditorPanTip": true,
"ImageEditorResizeInterpolationMode": "Bicubic",
"EditorNewImageSize": "800, 600",
"EditorNewImageTransparent": false,
"EditorNewImageBackgroundColor": "White",
"EditorCanvasColor": "Transparent",
"ImageEffectPresets": [],
"SelectedImageEffectPreset": 0
},
"FFmpegOptions": {
"OverrideCLIPath": false,
"CLIPath": "%MyDocuments%\\ShareX\\Tools\\ffmpeg.exe",
"VideoSource": "GDI grab",
"AudioSource": "None",
"VideoCodec": "libx264",
"AudioCodec": "libvoaacenc",
"UserArgs": "",
"UseCustomCommands": false,
"CustomCommands": "",
"ShowError": true,
"x264_Preset": "ultrafast",
"x264_CRF": 28,
"VPx_bitrate": 3000,
"XviD_qscale": 10,
"NVENC_preset": "llhp",
"NVENC_bitrate": 3000,
"GIFStatsMode": "full",
"GIFDither": "sierra2_4a",
"AMF_usage": "transcoding",
"AMF_quality": "speed",
"QSV_preset": "fast",
"QSV_bitrate": 3000,
"AAC_bitrate": 128,
"Opus_bitrate": 128,
"Vorbis_qscale": 3,
"MP3_qscale": 4
},
"ScreenRecordFPS": 30,
"GIFFPS": 15,
"ScreenRecordShowCursor": true,
"ScreenRecordAutoStart": true,
"ScreenRecordStartDelay": 0.0,
"ScreenRecordFixedDuration": false,
"ScreenRecordDuration": 3.0,
"ScreenRecordTwoPassEncoding": false,
"ScreenRecordAskConfirmationOnAbort": false,
"ScrollingCaptureOptions": {
"TrimLeftEdge": 0,
"TrimTopEdge": 0,
"TrimRightEdge": 0,
"TrimBottomEdge": 0,
"CombineAdjustmentVertical": 0,
"CombineAdjustmentLastVertical": 0,
"IgnoreLast": 0,
"ScrollMethod": "Automatic",
"StartDelay": 500,
"ScrollDelay": 500,
"MaximumScrollCount": 20,
"StartSelectionAutomatically": true,
"StartCaptureAutomatically": false,
"ScrollTopMethodBeforeCapture": "All",
"AutoDetectScrollEnd": true,
"RemoveDuplicates": true,
"AfterCaptureAutomaticallyCombine": true,
"AutoUpload": false
},
"OCROptions": {
"Permission": false,
"DefaultLanguage": "eng",
"Silent": false,
"ProcessOnLoad": true,
"AutoCopy": false
}
},
"UseDefaultUploadSettings": true,
"UploadSettings": {
"UseCustomTimeZone": false,
"CustomTimeZone": {
"Id": "UTC",
"DisplayName": "(UTC) Coordinated Universal Time",
"StandardName": "Coordinated Universal Time",
"DaylightName": "Coordinated Universal Time",
"BaseUtcOffset": "00:00:00",
"AdjustmentRules": null,
"SupportsDaylightSavingTime": false
},
"NameFormatPattern": "%ra{10}",
"NameFormatPatternActiveWindow": "%pn_%ra{10}",
"RegionCaptureUseWindowPattern": true,
"FileUploadUseNamePattern": false,
"FileUploadReplaceProblematicCharacters": false,
"ClipboardUploadURLContents": false,
"ClipboardUploadShortenURL": false,
"ClipboardUploadShareURL": false,
"ClipboardUploadAutoIndexFolder": false,
"UploaderFilters": []
},
"UseDefaultActions": true,
"ExternalPrograms": [
{
"IsActive": false,
"Name": "Paint",
"Path": "C:\\WINDOWS\\system32\\mspaint.exe",
"Args": "%input",
"OutputExtension": null,
"Extensions": null,
"HiddenWindow": false,
"DeleteInputFile": false
},
{
"IsActive": false,
"Name": "Adobe Photoshop",
"Path": "C:\\Program Files\\Adobe\\Adobe Photoshop CC 2018\\Photoshop.exe",
"Args": "%input",
"OutputExtension": null,
"Extensions": null,
"HiddenWindow": false,
"DeleteInputFile": false
}
],
"UseDefaultToolsSettings": true,
"ToolsSettings": {
"ScreenColorPickerFormat": "$hex",
"IndexerSettings": {
"Output": "Html",
"SkipHiddenFolders": true,
"SkipHiddenFiles": true,
"MaxDepthLevel": 0,
"ShowSizeInfo": true,
"AddFooter": true,
"IndentationText": "|___",
"AddEmptyLineAfterFolders": false,
"UseCustomCSSFile": false,
"CustomCSSFilePath": "",
"UseAttribute": true,
"CreateParseableJson": true
},
"ImageCombinerOptions": {
"Orientation": "Vertical",
"Space": 0
},
"VideoConverterOptions": {
"InputFilePath": null,
"OutputFolderPath": null,
"OutputFileName": null,
"VideoCodec": "x264",
"VideoQuality": 23,
"UseCustomArguments": false,
"CustomArguments": "",
"AutoOpenFolder": true
},
"VideoThumbnailOptions": {
"DefaultOutputDirectory": null,
"LastVideoPath": null,
"OutputLocation": "DefaultFolder",
"CustomOutputDirectory": "",
"ImageFormat": "PNG",
"ThumbnailCount": 9,
"FilenameSuffix": "_Thumbnail",
"RandomFrame": false,
"UploadThumbnails": true,
"KeepScreenshots": false,
"OpenDirectory": false,
"MaxThumbnailWidth": 512,
"CombineScreenshots": true,
"Padding": 10,
"Spacing": 10,
"ColumnCount": 3,
"AddVideoInfo": true,
"AddTimestamp": true,
"DrawShadow": true,
"DrawBorder": true
}
},
"UseDefaultAdvancedSettings": true,
"AdvancedSettings": {
"ProcessImagesDuringFileUpload": false,
"ProcessImagesDuringClipboardUpload": false,
"UseAfterCaptureTasksDuringFileUpload": true,
"TextTaskSaveAsFile": true,
"AutoClearClipboard": false,
"UseCustomCaptureSound": false,
"CustomCaptureSoundPath": "",
"SpeechCapture": "",
"UseCustomTaskCompletedSound": false,
"CustomTaskCompletedSoundPath": "",
"SpeechTaskCompleted": "",
"UseCustomErrorSound": false,
"CustomErrorSoundPath": "",
"CapturePath": null,
"RegionCaptureDisableAnnotation": false,
"ImageExtensions": [
"jpg",
"jpeg",
"png",
"gif",
"bmp",
"ico",
"tif",
"tiff"
],
"EarlyCopyURL": false,
"TextExtensions": [
"txt",
"log",
"nfo",
"c",
"cpp",
"cc",
"cxx",
"h",
"hpp",
"hxx",
"cs",
"vb",
"html",
"htm",
"xhtml",
"xht",
"xml",
"css",
"js",
"php",
"bat",
"java",
"lua",
"py",
"pl",
"cfg",
"ini",
"dart",
"go",
"gohtml"
],
"ResultForceHTTPS": false,
"ClipboardContentFormat": "$result",
"BalloonTipContentFormat": "$result",
"OpenURLFormat": "$result",
"AutoShortenURLLength": 0,
"DisableNotifications": false,
"DisableNotificationsOnFullscreen": false,
"ToastWindowDuration": 3.0,
"ToastWindowFadeDuration": 1.0,
"ToastWindowPlacement": "BottomRight",
"ToastWindowClickAction": "OpenUrl",
"ToastWindowRightClickAction": "CloseNotification",
"ToastWindowMiddleClickAction": "AnnotateImage",
"ToastWindowSize": "400, 300",
"AutoCloseAfterUploadForm": false,
"TextFileExtension": "txt",
"TextFormat": "text",
"TextCustom": "",
"TextCustomEncodeInput": true,
"NamePatternMaxLength": 100,
"NamePatternMaxTitleLength": 50
},
"WatchFolderEnabled": false,
"WatchFolderList": []
}
}
],
"ApplicationVersion": "13.1.0"
}
{
"userConfigOptions": {
"appearanceOptions": {
"allowTransparentBackground": false,
"fontFamily": "\"Segoe UI\", Roboto, \"Segoe UI Emoji\", \"Segoe UI Symbol\"",
"maxSearchResultsPerPage": 8,
"searchResultHeight": "48",
"showDescriptionOnAllSearchResults": true,
"showSearchIcon": true,
"showSearchResultNumbers": false,
"smoothScrolling": true,
"userInputHeight": 60,
"windowWidth": "500",
"userInputBorderRadius": "0px",
"userInputFontSize": "24px",
"userInputFontWeight": "200",
"userInputBottomMargin": 0,
"searchResultNameFontSize": "16px",
"searchResultNameFontWeight": "400",
"searchResultDescriptionFontSize": "12px",
"searchResultDescriptionFontWeight": "200",
"searchResultsBorderRadius": "0px",
"scrollbarBorderRadius": "10px 10px 10px 10px"
},
"applicationSearchOptions": {
"applicationFileExtensions": [
".lnk",
".url",
".exe",
".appref-ms",
".zip",
".rar"
],
"applicationFolders": [
"C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs",
"C:\\Users\\AlanD20\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu",
"C:\\Users\\AlanD20\\Desktop\\WWW"
],
"enabled": true,
"showFullFilePath": true,
"useNativeIcons": true
},
"browserBookmarksOptions": {
"browser": "Google Chrome",
"isEnabled": false
},
"calculatorOptions": {
"isEnabled": true,
"precision": 16
},
"colorConverterOptions": {
"hexEnabled": true,
"hslEnabled": true,
"isEnabled": true,
"rgbEnabled": true,
"rgbaEnabled": true,
"showColorPreview": true
},
"colorThemeOptions": {
"name": "Dracula - Pink Highlights",
"userInputBackgroundColor": "#282a36",
"userInputTextColor": "#f8f8f2",
"searchResultsBackgroundColor": "#282a36",
"searchResultsItemActiveBackgroundColor": "#44475a",
"searchResultsItemActiveDescriptionColor": "#f8f8f2",
"searchResultsItemActiveTextColor": "#ff79c6",
"searchResultsItemDescriptionTextColor": "#6272A4",
"searchResultsItemNameTextcolor": "#F8F8F2",
"scrollbarBackgroundColor": "#282a36",
"scrollbarForegroundColor": "#44475a"
},
"commandlineOptions": {
"isEnabled": true,
"prefix": ">",
"shell": "Powershell in Windows Terminal"
},
"controlPanelOptions": {
"isEnabled": false
},
"currencyConverterOptions": {
"isEnabled": true,
"precision": 2,
"defaultTarget": "USD"
},
"dictionaryOptions": {
"debounceDelay": 250,
"isEnabled": false,
"minSearchTermLength": 3,
"prefix": "dict?"
},
"emailOptions": {
"isEnabled": false
},
"everythingSearchOptions": {
"enabled": false,
"maxSearchResults": 24,
"pathToEs": "C:\\es\\es.exe",
"prefix": "es?"
},
"fileBrowserOptions": {
"blackList": [
"desktop.ini"
],
"isEnabled": true,
"maxSearchResults": "50",
"showFullFilePath": true,
"showHiddenFiles": true
},
"generalOptions": {
"allowWindowMove": true,
"autostart": true,
"clearCachesOnExit": true,
"hideMainWindowAfterExecution": true,
"hideMainWindowOnBlur": true,
"hotKey": {
"key": "Space",
"modifier": "Control",
"secondModifier": "Shift"
},
"language": "English",
"logExecution": true,
"persistentUserInput": false,
"rememberWindowPosition": false,
"rescanEnabled": true,
"rescanIntervalInSeconds": "600",
"showAlwaysOnPrimaryDisplay": true,
"showTrayIcon": true,
"decimalSeparator": ".",
"lastWindowPosition": {
"x": 486,
"y": 368
}
},
"mdfindOptions": {
"debounceDelay": 250,
"enabled": false,
"maxSearchResults": 24,
"prefix": "md?"
},
"operatingSystemCommandsOptions": {
"isEnabled": true
},
"operatingSystemSettingsOptions": {
"isEnabled": false
},
"searchEngineOptions": {
"blackList": [],
"fuzzyness": 0.5,
"maxSearchResults": "10"
},
"shortcutOptions": {
"isEnabled": true,
"shortcuts": [
{
"description": "Open Localhost",
"executionArgument": "C:\\xampp\\htdocs",
"icon": {
"parameter": "C:\\Users\\AlanD20\\Documents\\ico\\folder.png",
"type": "URL"
},
"name": "local",
"needsUserConfirmationBeforeExecution": false,
"tags": [],
"type": "File path"
},
{
"description": "Open localhost With Port 80",
"executionArgument": "http://127.0.0.1",
"icon": {
"parameter": "C:\\Users\\AlanD20\\Documents\\ico\\url.png",
"type": "URL"
},
"name": "local:80",
"needsUserConfirmationBeforeExecution": false,
"tags": [],
"type": "URL"
},
{
"description": "Opens GitHub Profile",
"executionArgument": "https://github.com/AlanD20",
"icon": {
"parameter": "C:\\Users\\AlanD20\\Documents\\ico\\url.png",
"type": "URL"
},
"name": "gh Profile",
"needsUserConfirmationBeforeExecution": false,
"tags": [],
"type": "URL"
},
{
"description": "Opens GitHub Repositories",
"executionArgument": "https://github.com/AlanD20?tab=repositories",
"icon": {
"parameter": "C:\\Users\\AlanD20\\Documents\\ico\\url.png",
"type": "URL"
},
"name": "gh Repository",
"needsUserConfirmationBeforeExecution": false,
"tags": [],
"type": "URL"
},
{
"description": "Opens Personal Website",
"executionArgument": "https://aland20.tech",
"icon": {
"parameter": "C:\\Users\\AlanD20\\Documents\\ico\\url.png",
"type": "URL"
},
"name": "aland20",
"needsUserConfirmationBeforeExecution": false,
"tags": [],
"type": "URL"
},
{
"description": "Opens User Folder",
"executionArgument": "C:\\Users\\AlanD20",
"icon": {
"parameter": "C:\\Users\\AlanD20\\Documents\\ico\\folder.png",
"type": "URL"
},
"name": "AlanD20",
"needsUserConfirmationBeforeExecution": false,
"tags": [],
"type": "File path"
},
{
"description": "",
"executionArgument": "C:\\Users\\AlanD20\\Desktop\\ku-ticks",
"icon": {
"parameter": "C:\\Users\\AlanD20\\Documents\\ico\\folder.png",
"type": "URL"
},
"name": "kuticks",
"needsUserConfirmationBeforeExecution": false,
"tags": [],
"type": "File path"
},
{
"description": "Opens Ku-Ticks Project in VS Code",
"executionArgument": "code C:\\Users\\AlanD20\\Desktop\\ku-ticks",
"icon": {
"parameter": "",
"type": "URL"
},
"name": "code kuticks",
"needsUserConfirmationBeforeExecution": false,
"tags": [],
"type": "Commandline tool"
},
{
"description": "Open Localhost With Port 3000",
"executionArgument": "http://127.0.0.1:3000",
"icon": {
"parameter": "C:\\Users\\AlanD20\\Documents\\ico\\url.png",
"type": "URL"
},
"name": "local:3000",
"needsUserConfirmationBeforeExecution": false,
"tags": [],
"type": "URL"
},
{
"description": "Open Localhost With Port 8000",
"executionArgument": "http://127.0.0.1:8000",
"icon": {
"parameter": "C:\\Users\\AlanD20\\Documents\\ico\\url.png",
"type": "URL"
},
"name": "local:8000",
"needsUserConfirmationBeforeExecution": false,
"tags": [],
"type": "URL"
}
]
},
"simpleFolderSearchOptions": {
"folders": [
{
"excludeHiddenFiles": true,
"folderPath": "C:\\Users\\AlanD20\\Documents",
"recursive": false
}
],
"isEnabled": true,
"showFullFilePath": true
},
"translationOptions": {
"debounceDelay": 250,
"enabled": false,
"minSearchTermLength": 3,
"prefix": "t?",
"sourceLanguage": "de",
"targetLanguage": "en"
},
"urlOptions": {
"defaultProtocol": "https",
"isEnabled": true
},
"uwpSearchOptions": {
"isEnabled": true
},
"weatherOptions": {
"isEnabled": false,
"prefix": "wea?",
"temperatureUnit": "Celsius"
},
"websearchOptions": {
"isEnabled": true,
"webSearchEngines": [
{
"encodeSearchTerm": true,
"icon": {
"parameter": "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 48 48\" style=\"enable-background:new 0 0 48 48;\" xml:space=\"preserve\">\n <path style=\"fill:#FF3D00;\" d=\"M44,24c0,11-9,20-20,20S4,35,4,24S13,4,24,4S44,13,44,24z\"></path>\n <path style=\"fill:#FFFFFF;\" d=\"M26,16.2c-0.6-0.6-1.5-0.9-2.5-1.1c-0.4-0.5-1-1-1.9-1.5c-1.6-0.8-3.5-1.2-5.3-0.9h-0.4 c-0.1,0-0.2,0.1-0.4,0.1c0.2,0,1,0.4,1.6,0.6c-0.3,0.2-0.8,0.2-1.1,0.4c0,0,0,0-0.1,0L15.7,14c-0.1,0.2-0.2,0.4-0.2,0.5 c1.3-0.1,3.2,0,4.6,0.4C19,15,18,15.3,17.3,15.7c-0.5,0.3-1,0.6-1.3,1.1c-1.2,1.3-1.7,3.5-1.3,5.9c0.5,2.7,2.4,11.4,3.4,16.3 l0.3,1.6c0,0,3.5,0.4,5.6,0.4c1.2,0,3.2,0.3,3.7-0.2c-0.1,0-0.6-0.6-0.8-1.1c-0.5-1-1-1.9-1.4-2.6c-1.2-2.5-2.5-5.9-1.9-8.1 c0.1-0.4,0.1-2.1,0.4-2.3c2.6-1.7,2.4-0.1,3.5-0.8c0.5-0.4,1-0.9,1.2-1.5C29.4,22.1,27.8,18,26,16.2z\"></path>\n <path style=\"fill:#FFFFFF;\" d=\"M24,42c-9.9,0-18-8.1-18-18c0-9.9,8.1-18,18-18c9.9,0,18,8.1,18,18C42,33.9,33.9,42,24,42z M24,8 C15.2,8,8,15.2,8,24s7.2,16,16,16s16-7.2,16-16S32.8,8,24,8z\"></path>\n <path style=\"fill:#0277BD;\" d=\"M19,21.1c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.6,0,1.2-0.5,1.2-1.2 C20.1,21.7,19.6,21.1,19,21.1z M19.5,22.2c-0.2,0-0.3-0.1-0.3-0.3c0-0.2,0.1-0.3,0.3-0.3s0.3,0.1,0.3,0.3 C19.8,22.1,19.6,22.2,19.5,22.2z M26.8,20.6c-0.6,0-1,0.5-1,1c0,0.6,0.5,1,1,1c0.6,0,1-0.5,1-1S27.3,20.6,26.8,20.6z M27.2,21.5 c-0.1,0-0.3-0.1-0.3-0.3c0-0.1,0.1-0.3,0.3-0.3c0.1,0,0.3,0.1,0.3,0.3S27.4,21.5,27.2,21.5z M19.3,18.9c0,0-0.9-0.4-1.7,0.1 c-0.9,0.5-0.8,1.1-0.8,1.1s-0.5-1,0.8-1.5C18.7,18.1,19.3,18.9,19.3,18.9 M27.4,18.8c0,0-0.6-0.4-1.1-0.4c-1,0-1.3,0.5-1.3,0.5 s0.2-1.1,1.5-0.9C27.1,18.2,27.4,18.8,27.4,18.8\"></path>\n <path style=\"fill:#8BC34A;\" d=\"M23.3,35.7c0,0-4.3-2.3-4.4-1.4c-0.1,0.9,0,4.7,0.5,5s4.1-1.9,4.1-1.9L23.3,35.7z M25,35.6 c0,0,2.9-2.2,3.6-2.1c0.6,0.1,0.8,4.7,0.2,4.9c-0.6,0.2-3.9-1.2-3.9-1.2L25,35.6z\"></path>\n <path style=\"fill:#689F38;\" d=\"M22.5,35.7c0,1.5-0.2,2.1,0.4,2.3c0.6,0.1,1.9,0,2.3-0.3c0.4-0.3,0.1-2.2-0.1-2.6 C25,34.8,22.5,35.1,22.5,35.7\"></path>\n <path style=\"fill:#FFCA28;\" d=\"M22.3,26.8c0.1-0.7,2-2.1,3.3-2.2c1.3-0.1,1.7-0.1,2.8-0.3c1.1-0.3,3.9-1,4.7-1.3 c0.8-0.4,4.1,0.2,1.8,1.5c-1,0.6-3.7,1.6-5.7,2.2c-1.9,0.6-3.1-0.6-3.8,0.4c-0.5,0.8-0.1,1.8,2.2,2c3.1,0.3,6.2-1.4,6.5-0.5 c0.3,0.9-2.7,2-4.6,2.1c-1.8,0-5.6-1.2-6.1-1.6C22.9,28.7,22.2,27.8,22.3,26.8\"></path>\n </svg>",
"type": "SVG"
},
"isFallback": false,
"name": "DuckDuckGo",
"prefix": "d?",
"priority": 1,
"url": "https://duckduckgo.com/?q={{query}}"
},
{
"encodeSearchTerm": true,
"icon": {
"parameter": "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48 48\" version=\"1.1\">\n <g id=\"surface1\">\n <path style=\" fill:#FFC107;\" d=\"M 43.609375 20.082031 L 42 20.082031 L 42 20 L 24 20 L 24 28 L 35.304688 28 C 33.652344 32.65625 29.222656 36 24 36 C 17.371094 36 12 30.628906 12 24 C 12 17.371094 17.371094 12 24 12 C 27.058594 12 29.84375 13.152344 31.960938 15.039063 L 37.617188 9.382813 C 34.046875 6.054688 29.269531 4 24 4 C 12.953125 4 4 12.953125 4 24 C 4 35.046875 12.953125 44 24 44 C 35.046875 44 44 35.046875 44 24 C 44 22.660156 43.863281 21.351563 43.609375 20.082031 Z \"></path>\n <path style=\" fill:#FF3D00;\" d=\"M 6.304688 14.691406 L 12.878906 19.511719 C 14.65625 15.109375 18.960938 12 24 12 C 27.058594 12 29.84375 13.152344 31.960938 15.039063 L 37.617188 9.382813 C 34.046875 6.054688 29.269531 4 24 4 C 16.316406 4 9.65625 8.335938 6.304688 14.691406 Z \"></path>\n <path style=\" fill:#4CAF50;\" d=\"M 24 44 C 29.164063 44 33.859375 42.023438 37.410156 38.808594 L 31.21875 33.570313 C 29.210938 35.089844 26.714844 36 24 36 C 18.796875 36 14.382813 32.683594 12.71875 28.054688 L 6.195313 33.078125 C 9.503906 39.554688 16.226563 44 24 44 Z \"></path>\n <path style=\" fill:#1976D2;\" d=\"M 43.609375 20.082031 L 42 20.082031 L 42 20 L 24 20 L 24 28 L 35.304688 28 C 34.511719 30.238281 33.070313 32.164063 31.214844 33.570313 C 31.21875 33.570313 31.21875 33.570313 31.21875 33.570313 L 37.410156 38.808594 C 36.972656 39.203125 44 34 44 24 C 44 22.660156 43.863281 21.351563 43.609375 20.082031 Z \"></path>\n </g>\n </svg>",
"type": "SVG"
},
"isFallback": false,
"name": "Google",
"prefix": "g?",
"priority": 2,
"url": "https://google.com/search?q={{query}}"
},
{
"encodeSearchTerm": true,
"icon": {
"parameter": "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48 48\" version=\"1.1\">\n <g id=\"surface1\">\n <path style=\" fill:#F44336;\" d=\"M 37 24 L 30.0625 24 C 26.714844 24 24 21.285156 24 17.9375 L 24 0.574219 C 24 0.355469 24.261719 0.238281 24.421875 0.390625 L 37 12 Z \"></path>\n <path style=\" fill:#AD1457;\" d=\"M 37 24 L 30.0625 24 C 28.628906 24 27.308594 23.5 26.269531 22.667969 L 37 12 Z \"></path>\n <path style=\" fill:#8BC34A;\" d=\"M 11 24 L 17.9375 24 C 21.285156 24 24 26.714844 24 30.0625 L 24 47.425781 C 24 47.644531 23.738281 47.757813 23.578125 47.609375 L 11 36 Z \"></path>\n <path style=\" fill:#009688;\" d=\"M 11 24 L 17.9375 24 C 19.371094 24 20.691406 24.5 21.730469 25.332031 L 11 36 Z \"></path>\n <path style=\" fill:#FFC107;\" d=\"M 24 11 L 24 17.9375 C 24 21.285156 21.285156 24 17.9375 24 L 0.574219 24 C 0.355469 24 0.238281 23.738281 0.390625 23.578125 L 12 11 Z \"></path>\n <path style=\" fill:#FF9800;\" d=\"M 24 11 L 24 17.9375 C 24 19.371094 23.5 20.691406 22.667969 21.730469 L 12 11 Z \"></path>\n <path style=\" fill:#448AFF;\" d=\"M 24 37 L 24 30.0625 C 24 26.714844 26.714844 24 30.0625 24 L 47.425781 24 C 47.644531 24 47.757813 24.261719 47.609375 24.421875 L 36 37 Z \"></path>\n <path style=\" fill:#1565C0;\" d=\"M 24 37 L 24 30.0625 C 24 28.628906 24.5 27.308594 25.332031 26.269531 L 36 37 Z \"></path>\n </g>\n </svg>",
"type": "SVG"
},
"isFallback": false,
"name": "Google Images",
"prefix": "gi?",
"priority": 3,
"url": "https://www.google.com/search?tbm=isch&q={{query}}"
},
{
"encodeSearchTerm": true,
"icon": {
"parameter": "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\" version=\"1.1\">\n <g id=\"surface1\">\n <path d=\"M 30 9.214844 C 30 9.386719 29.863281 9.523438 29.6875 9.523438 L 28.007813 9.523438 L 20.390625 25.738281 C 20.339844 25.847656 20.230469 25.917969 20.113281 25.917969 C 20.109375 25.917969 20.109375 25.917969 20.109375 25.917969 C 19.988281 25.917969 19.882813 25.851563 19.828125 25.746094 L 16.214844 18.578125 L 12.3125 25.757813 C 12.257813 25.859375 12.15625 25.917969 12.03125 25.917969 C 11.914063 25.914063 11.808594 25.847656 11.757813 25.742188 L 4.054688 9.523438 L 2.3125 9.523438 C 2.140625 9.523438 2 9.386719 2 9.214844 L 2 8.390625 C 2 8.21875 2.140625 8.082031 2.3125 8.082031 L 8.523438 8.082031 C 8.695313 8.082031 8.835938 8.21875 8.835938 8.390625 L 8.835938 9.214844 C 8.835938 9.386719 8.695313 9.523438 8.523438 9.523438 L 7.1875 9.523438 L 12.503906 21.785156 L 15.269531 16.617188 L 11.761719 9.527344 L 10.917969 9.527344 C 10.746094 9.527344 10.605469 9.386719 10.605469 9.214844 L 10.605469 8.394531 C 10.605469 8.222656 10.746094 8.082031 10.917969 8.082031 L 15.515625 8.082031 C 15.6875 8.082031 15.824219 8.222656 15.824219 8.394531 L 15.824219 9.214844 C 15.824219 9.386719 15.6875 9.523438 15.515625 9.523438 L 14.703125 9.523438 L 16.722656 13.9375 L 19.125 9.523438 L 17.652344 9.523438 C 17.476563 9.523438 17.339844 9.386719 17.339844 9.214844 L 17.339844 8.394531 C 17.339844 8.222656 17.476563 8.082031 17.652344 8.082031 L 22.117188 8.082031 C 22.289063 8.082031 22.425781 8.222656 22.425781 8.394531 L 22.425781 9.214844 C 22.425781 9.386719 22.289063 9.523438 22.117188 9.523438 L 21.136719 9.523438 L 17.632813 15.894531 L 20.488281 21.769531 L 26 9.523438 L 24.253906 9.523438 C 24.082031 9.523438 23.941406 9.386719 23.941406 9.214844 L 23.941406 8.394531 C 23.941406 8.222656 24.082031 8.082031 24.253906 8.082031 L 29.6875 8.082031 C 29.863281 8.082031 30 8.222656 30 8.394531 Z \"></path>\n </g>\n </svg>",
"type": "SVG"
},
"isFallback": false,
"name": "Wikipedia",
"prefix": "w?",
"priority": 4,
"url": "https://en.wikipedia.org/wiki/{{query}}"
},
{
"encodeSearchTerm": true,
"icon": {
"parameter": "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48 48\" version=\"1.1\">\n <g id=\"surface1\">\n <path style=\" fill:#FF3D00;\" d=\"M 43.199219 33.898438 C 42.800781 36 41.101563 37.601563 39 37.898438 C 35.699219 38.398438 30.199219 39 24 39 C 17.898438 39 12.398438 38.398438 9 37.898438 C 6.898438 37.601563 5.199219 36 4.800781 33.898438 C 4.398438 31.601563 4 28.199219 4 24 C 4 19.800781 4.398438 16.398438 4.800781 14.101563 C 5.199219 12 6.898438 10.398438 9 10.101563 C 12.300781 9.601563 17.800781 9 24 9 C 30.199219 9 35.601563 9.601563 39 10.101563 C 41.101563 10.398438 42.800781 12 43.199219 14.101563 C 43.601563 16.398438 44.101563 19.800781 44.101563 24 C 44 28.199219 43.601563 31.601563 43.199219 33.898438 Z \"></path>\n <path style=\" fill:#FFFFFF;\" d=\"M 20 31 L 20 17 L 32 24 Z \"></path>\n </g>\n </svg>",
"type": "SVG"
},
"isFallback": false,
"name": "YouTube",
"prefix": "yt?",
"priority": 5,
"url": "https://www.youtube.com/results?search_query={{query}}"
},
{
"encodeSearchTerm": true,
"icon": {
"parameter": "<svg width=\"256px\" height=\"320px\" viewBox=\"0 0 256 320\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" preserveAspectRatio=\"xMidYMid\"><g><path d=\"M95.055,82.908 L127.636,153.555 L175.78,175.332 L2.125,266.695 L73.279,203.267 L73.279,22.449 L0,0 L0,268.932 L72.83,319.986 L256,210.88 L256,132.227 L95.055,82.908\" fill=\"#F4BD27\"></path></g></svg>",
"type": "SVG"
},
"isFallback": false,
"name": "Bing",
"prefix": "b?",
"priority": 6,
"url": "https://www.bing.com/search?q={{query}}"
}
]
},
"workflowOptions": {
"isEnabled": false,
"workflows": []
}
}
}
[Format]
ProductName=Winaero Tweaker
ProductVersion=1.40.0.0
FormatVersion=1.1
[User]
pageInactiveTitlebarColor=1
pageAdsUnwantedApps=1
pageContextMenuRemoveDefault=1
pageDisableSearchHistory=1
pageExplorerTargetFolder=1
pageNavPaneDefaultItems=1
pageDisableCortana=1
pageDisableWindowsInk=1
pageOEMInfo=1
pageAltTab10=1
pageDisableLiveTiles=1
pageDisableWebSearch=1
pageTaskbarTransparency10=1
pageLastActiveClick=1
pageTaskbarClockShowSeconds=1
pageTaskbarFlashCount=1
pageShowBSODDetails=1
pageShowMenuDelay=1
pageShutdownDialogDefaultAction=1
pageDisableLookInStore=1
pageWin11ClassicContextMenus=1
pageBackgroundApps=1
pageDisableTimeline=1
[pageInactiveTitlebarColor]
AccentColorInactive=-1
[pageAdsUnwantedApps]
UnwantedAppsDisabled=1
FileExplorerAdsDisabled=1
LockScreenAdsDisabled=1
StartSuggestionsDisabled=1
TipsAboutWindowsDisabled=1
WelcomePageDisabled=1
SettingsAdsDisabled=1
TimelineSuggestionsDisabled=1
[pageContextMenuRemoveDefault]
IsScanWithDefenderRemoved=1
IsBitLockerRemoved=1
IsBurnImageRemoved=1
IsShareWithRemoved=1
IsModernSharingRemoved=1
IsPreviousVersionsRemoved=1
IsPinToStartRemoved=1
IsCompatibilityRemoved=1
IsIncludeInLibraryRemoved=1
IsWMPRemoved=1
IsShareWithSkypeRemoved=1
[pageExplorerTargetFolder]
LaunchTo=1
[pageNavPaneDefaultItems]
{679F85CB-0220-4080-B29B-5540CC05AAB6}=1
{323CA680-C24D-4099-B94D-446DD2D7249E}=0
{018D5C66-4533-4307-9B53-224DE2ED1FE6}=1
{031E4825-7B94-4dc3-B131-E946B44C8DD5}=0
{20D04FE0-3AEA-1069-A2D8-08002B30309D}=1
{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}=0
{F5FB2C77-0E2F-4A16-A381-3E560C68BC83}=1
{B2B4A4D1-2754-4140-A2EB-9A76D9D7CDC6}=1
[pageOEMInfo]
Manufacturer=Dell
Model=Vostro 3590
SupportHours=
SupportPhone=
SupportURL=
Logo=
[pageAltTab10]
Grid_backgroundPercent=70
BackgroundDimmingLayer_percent=0
Wallpaper=0
AltTabSettings=1
CoolswitchRows=
CoolswitchColumns=
[pageTaskbarFlashCount]
ForegroundFlashCount=3
[pageShowMenuDelay]
MenuShowDelay=400
[pageShutdownDialogDefaultAction]
ShutdownAction=2
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command": "unbound",
"keys": "ctrl+w"
},
{
"command":
{
"action": "newTab",
"index": 1
},
"keys": "ctrl+2"
},
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command":
{
"action": "prevTab"
},
"keys": "alt+left"
},
{
"command":
{
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "find",
"keys": "ctrl+f"
},
{
"command":
{
"action": "newTab"
},
"keys": "ctrl+d"
},
{
"command": "closeWindow",
"keys": "alt+f4"
},
{
"command":
{
"action": "closeTab"
},
"keys": "ctrl+/"
},
{
"command":
{
"action": "closeOtherTabs"
},
"keys": "alt+d"
},
{
"command":
{
"action": "newTab",
"index": 2
},
"keys": "ctrl+3"
},
{
"command":
{
"action": "newTab",
"index": 0
},
"keys": "ctrl+1"
},
{
"command":
{
"action": "nextTab"
},
"keys": "alt+right"
},
{
"command": "toggleFocusMode",
"keys": "alt+down"
},
{
"command": "toggleAlwaysOnTop",
"keys": "alt+up"
},
{
"command": "closePane",
"keys": "ctrl+shift+w"
},
{
"command":
{
"action": "commandPalette"
},
"keys": "ctrl+p"
},
{
"command":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "ctrl+shift+d"
}
],
"alwaysOnTop": false,
"alwaysShowTabs": true,
"confirmCloseAllTabs": false,
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"disabledProfileSources": [],
"experimental.rendering.forceFullRepaint": true,
"experimental.rendering.software": true,
"initialCols": 80,
"initialPosition": "300,160",
"initialRows": 27,
"largePasteWarning": true,
"launchMode": "default",
"multiLinePasteWarning": true,
"profiles":
{
"defaults":
{
"antialiasingMode": "grayscale",
"bellStyle": "none",
"colorScheme": "Monokai Remastered",
"cursorColor": "#E800B6",
"cursorShape": "filledBox",
"experimental.useAtlasEngine": true,
"font":
{
"face": "Dank Mono",
"size": 12,
"weight": "semi-bold"
},
"historySize": 9000,
"opacity": 60,
"padding": "12, 10, 10, 12",
"suppressApplicationTitle": true,
"useAcrylic": true
},
"list":
[
{
"backgroundImage": "C:/Users/WWW/Pictures/BG/DSC_3003col-730.jpg",
"backgroundImageOpacity": 0.25,
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell 7.x",
"opacity": 75,
"source": "Windows.Terminal.PowershellCore",
"tabTitle": "PS 7.x => @AlanD20"
},
{
"backgroundImage": "C:/Users/WWW/Pictures/BG/Epic Mountain.jpg",
"backgroundImageOpacity": 0.25,
"commandline": "C:\\Windows\\system32\\wsl.exe -d Ubuntu-22.04",
"cursorShape": "filledBox",
"font":
{
"face": "MesloLGS NF"
},
"guid": "{17bf3de4-5353-5709-bcf9-835bd952a95e}",
"hidden": false,
"icon": "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png",
"name": "Ubuntu-22.04 LTS",
"source": "Windows.Terminal.Wsl",
"startingDirectory": "~",
"tabTitle": "WSL/Ubuntu => @AlanD20"
},
{
"backgroundImage": "C:/Users/WWW/Pictures/BG/AS6_1770-101.jpeg",
"backgroundImageOpacity": 0.25,
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt",
"startingDirectory": "C:/Users/WWW/Desktop",
"tabTitle": "CMD => @AlanD20"
}
]
},
"schemes":
[
{
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#012456",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell Powershell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#1D1A1E",
"black": "#1D1A1E",
"blue": "#5DB4EE",
"brightBlack": "#1D1A1E",
"brightBlue": "#5DB4EE",
"brightCyan": "#57E9EB",
"brightGreen": "#47D7A1",
"brightPurple": "#DA6CDA",
"brightRed": "#FF5B82",
"brightWhite": "#EDEDED",
"brightYellow": "#E8E562",
"cursorColor": "#E800B6",
"cyan": "#57E9EB",
"foreground": "#EFECEC",
"green": "#47D7A1",
"name": "Kolorit",
"purple": "#DA6CDA",
"red": "#FF5B82",
"selectionBackground": "#FFFFFF",
"white": "#EDEDED",
"yellow": "#E8E562"
},
{
"background": "#0C0C0C",
"black": "#1A1A1A",
"blue": "#9D65FF",
"brightBlack": "#625E4C",
"brightBlue": "#9D65FF",
"brightCyan": "#58D1EB",
"brightGreen": "#98E024",
"brightPurple": "#F4005F",
"brightRed": "#F4005F",
"brightWhite": "#F6F6EF",
"brightYellow": "#E0D561",
"cursorColor": "#E800B6",
"cyan": "#58D1EB",
"foreground": "#D9D9D9",
"green": "#98E024",
"name": "Monokai Remastered",
"purple": "#F4005F",
"red": "#F4005F",
"selectionBackground": "#FFFFFF",
"white": "#C4C5B5",
"yellow": "#FD971F"
},
{
"background": "#282C34",
"black": "#282C34",
"blue": "#61AFEF",
"brightBlack": "#5A6374",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#DCDFE4",
"brightYellow": "#E5C07B",
"cursorColor": "#FFFFFF",
"cyan": "#56B6C2",
"foreground": "#DCDFE4",
"green": "#98C379",
"name": "One Half Dark",
"purple": "#C678DD",
"red": "#E06C75",
"selectionBackground": "#FFFFFF",
"white": "#DCDFE4",
"yellow": "#E5C07B"
},
{
"background": "#FAFAFA",
"black": "#383A42",
"blue": "#0184BC",
"brightBlack": "#4F525D",
"brightBlue": "#61AFEF",
"brightCyan": "#56B5C1",
"brightGreen": "#98C379",
"brightPurple": "#C577DD",
"brightRed": "#DF6C75",
"brightWhite": "#FFFFFF",
"brightYellow": "#E4C07A",
"cursorColor": "#4F525D",
"cyan": "#0997B3",
"foreground": "#383A42",
"green": "#50A14F",
"name": "One Half Light",
"purple": "#A626A4",
"red": "#E45649",
"selectionBackground": "#FFFFFF",
"white": "#FAFAFA",
"yellow": "#C18301"
},
{
"background": "#002B36",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#FFFFFF",
"cyan": "#2AA198",
"foreground": "#839496",
"green": "#859900",
"name": "Solarized Dark",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#FDF6E3",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#002B36",
"cyan": "#2AA198",
"foreground": "#657B83",
"green": "#859900",
"name": "Solarized Light",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#FFFFFF",
"cyan": "#06989A",
"foreground": "#D3D7CF",
"green": "#4E9A06",
"name": "Tango Dark",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#FFFFFF",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#000000",
"cyan": "#06989A",
"foreground": "#555753",
"green": "#4E9A06",
"name": "Tango Light",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#300A24",
"black": "#171421",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#08458F",
"brightCyan": "#2C9FB3",
"brightGreen": "#26A269",
"brightPurple": "#A347BA",
"brightRed": "#C01C28",
"brightWhite": "#F2F2F2",
"brightYellow": "#A2734C",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#FFFFFF",
"green": "#26A269",
"name": "Ubuntu-22.04-ColorScheme",
"purple": "#881798",
"red": "#C21A23",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#A2734C"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#000080",
"brightBlack": "#808080",
"brightBlue": "#0000FF",
"brightCyan": "#00FFFF",
"brightGreen": "#00FF00",
"brightPurple": "#FF00FF",
"brightRed": "#FF0000",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFF00",
"cursorColor": "#FFFFFF",
"cyan": "#008080",
"foreground": "#C0C0C0",
"green": "#008000",
"name": "Vintage",
"purple": "#800080",
"red": "#800000",
"selectionBackground": "#FFFFFF",
"white": "#C0C0C0",
"yellow": "#808000"
}
],
"showTabsInTitlebar": true,
"showTerminalTitleInTitlebar": true,
"snapToGridOnResize": false,
"startOnUserLogin": false,
"tabWidthMode": "equal",
"theme": "dark",
"wordDelimiters": " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?\u2502"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment