diff --git a/config/tweaks.json b/config/tweaks.json index cebced2c..2bd8bc91 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2537,83 +2537,6 @@ } ] }, - "WPFToggleSnapWindow": { - "Content": "Snap Window", - "Description": "If enabled you can align windows by dragging them. | Relogin Required", - "category": "Customize Preferences", - "panel": "2", - "Order": "a106_", - "Type": "Toggle", - "registry": [ - { - "Path": "HKCU:\\Control Panel\\Desktop", - "Name": "WindowArrangementActive", - "Value": "1", - "OriginalValue": "0", - "DefaultState": "true", - "Type": "String" - } - ], - "link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/snapwindow" - }, - "WPFToggleSnapFlyout": { - "Content": "Snap Assist Flyout", - "Description": "If disabled then Snap preview is disabled when maximize button is hovered.", - "category": "Customize Preferences", - "panel": "2", - "Order": "a107_", - "Type": "Toggle", - "registry": [ - { - "Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced", - "Name": "EnableSnapAssistFlyout", - "Value": "1", - "OriginalValue": "0", - "DefaultState": "true", - "Type": "DWord" - } - ], - "InvokeScript": [ - " - Invoke-WinUtilExplorerUpdate -action \"restart\" - " - ], - "UndoScript": [ - " - Invoke-WinUtilExplorerUpdate -action \"restart\" - " - ], - "link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/snapflyout" - }, - "WPFToggleSnapSuggestion": { - "Content": "Snap Assist Suggestion", - "Description": "If enabled then you will get suggestions to snap other applications in the left over spaces.", - "category": "Customize Preferences", - "panel": "2", - "Order": "a108_", - "Type": "Toggle", - "registry": [ - { - "Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced", - "Name": "SnapAssist", - "Value": "1", - "OriginalValue": "0", - "DefaultState": "true", - "Type": "DWord" - } - ], - "InvokeScript": [ - " - Invoke-WinUtilExplorerUpdate -action \"restart\" - " - ], - "UndoScript": [ - " - Invoke-WinUtilExplorerUpdate -action \"restart\" - " - ], - "link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/snapsuggestion" - }, "WPFToggleMouseAcceleration": { "Content": "Mouse Acceleration", "Description": "If Enabled then Cursor movement is affected by the speed of your physical mouse movements.",