Skip to content

Commit

Permalink
update tool
Browse files Browse the repository at this point in the history
  • Loading branch information
hironow committed Sep 19, 2023
1 parent 037a691 commit 20d7f7a
Showing 1 changed file with 53 additions and 3 deletions.
56 changes: 53 additions & 3 deletions tools/RectangleConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"altThirdCycle" : {
"int" : 0
},
"alwaysAccountForStage" : {
"int" : 0
},
"applyGapsToMaximize" : {
"int" : 0
},
Expand Down Expand Up @@ -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
},
Expand All @@ -67,6 +85,9 @@
"hideMenubarIcon" : {
"bool" : false
},
"ignoreDragSnapToo" : {
"int" : 0
},
"ignoredSnapAreas" : {
"int" : 0
},
Expand All @@ -85,6 +106,12 @@
"missionControlDragging" : {
"int" : 0
},
"missionControlDraggingAllowedOffscreenDistance" : {
"float" : 25
},
"missionControlDraggingDisallowedDuration" : {
"int" : 250
},
"moveCursor" : {
"int" : 0
},
Expand Down Expand Up @@ -164,14 +191,17 @@
"bool" : true
},
"todo" : {
"int" : 0
"int" : 2
},
"todoApplication" : {

},
"todoMode" : {
"bool" : false
},
"todoSidebarSide" : {
"int" : 1
},
"todoSidebarWidth" : {
"float" : 400
},
Expand All @@ -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
Expand All @@ -198,6 +236,10 @@
"keyCode" : 14,
"modifierFlags" : 786432
},
"lastFourth" : {
"keyCode" : 124,
"modifierFlags" : 917504
},
"lastThird" : {
"keyCode" : 5,
"modifierFlags" : 786432
Expand All @@ -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"
}

0 comments on commit 20d7f7a

Please sign in to comment.