diff --git a/tools/RectangleConfig.json b/tools/RectangleConfig.json index 02f5fb3..a448006 100644 --- a/tools/RectangleConfig.json +++ b/tools/RectangleConfig.json @@ -16,6 +16,9 @@ "altThirdCycle" : { "int" : 0 }, + "alwaysAccountForStage" : { + "int" : 0 + }, "applyGapsToMaximize" : { "int" : 0 }, @@ -44,11 +47,26 @@ "int" : 0 }, "disabledApps" : { - + "string" : "[\"com.jetbrains.toolbox\"]" + }, + "doubleClickTitleBar" : { + "int" : 0 + }, + "doubleClickTitleBarRestore" : { + "int" : 0 + }, + "dragFromStage" : { + "int" : 0 + }, + "enhancedUI" : { + "int" : 1 }, "footprintAlpha" : { "float" : 0.30000001192092896 }, + "footprintAnimationDurationMultiplier" : { + "float" : 0 + }, "footprintBorderWidth" : { "float" : 2 }, @@ -67,6 +85,9 @@ "hideMenubarIcon" : { "bool" : false }, + "ignoreDragSnapToo" : { + "int" : 0 + }, "ignoredSnapAreas" : { "int" : 0 }, @@ -85,6 +106,12 @@ "missionControlDragging" : { "int" : 0 }, + "missionControlDraggingAllowedOffscreenDistance" : { + "float" : 25 + }, + "missionControlDraggingDisallowedDuration" : { + "int" : 250 + }, "moveCursor" : { "int" : 0 }, @@ -164,7 +191,7 @@ "bool" : true }, "todo" : { - "int" : 0 + "int" : 2 }, "todoApplication" : { @@ -172,6 +199,9 @@ "todoMode" : { "bool" : false }, + "todoSidebarSide" : { + "int" : 1 + }, "todoSidebarWidth" : { "float" : 400 }, @@ -186,10 +216,18 @@ } }, "shortcuts" : { + "centerHalf" : { + "keyCode" : 49, + "modifierFlags" : 917504 + }, "centerThird" : { "keyCode" : 3, "modifierFlags" : 786432 }, + "firstFourth" : { + "keyCode" : 123, + "modifierFlags" : 917504 + }, "firstThird" : { "keyCode" : 2, "modifierFlags" : 786432 @@ -198,6 +236,10 @@ "keyCode" : 14, "modifierFlags" : 786432 }, + "lastFourth" : { + "keyCode" : 124, + "modifierFlags" : 917504 + }, "lastThird" : { "keyCode" : 5, "modifierFlags" : 786432 @@ -214,10 +256,18 @@ "keyCode" : 126, "modifierFlags" : 917504 }, + "reflowTodo" : { + "keyCode" : 45, + "modifierFlags" : 786432 + }, "rightHalf" : { "keyCode" : 124, "modifierFlags" : 786432 + }, + "toggleTodo" : { + "keyCode" : 11, + "modifierFlags" : 786432 } }, - "version" : "65" + "version" : "76" } \ No newline at end of file