Skip to content

Commit 5edfe23

Browse files
committed
chore: update various configuration files and dependencies
1 parent 7e97605 commit 5edfe23

File tree

7 files changed

+63
-39
lines changed

7 files changed

+63
-39
lines changed

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ format = "echo 'TODO'"
2121
test = "echo 'TODO'"
2222

2323
[tasks.code]
24-
run = "code dotfiles.code-workspace"
24+
run = "code vs.code-workspace"
2525
alias = "c"
2626

2727
[tasks."stack:tf:ls"]

tools/RectangleConfig.json

Lines changed: 39 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"bundleId" : "com.knollsoft.Rectangle",
33
"defaults" : {
4+
"SUEnableAutomaticChecks" : {
5+
"bool" : true
6+
},
47
"allowAnyShortcut" : {
58
"bool" : false
69
},
@@ -10,12 +13,12 @@
1013
"almostMaximizeWidth" : {
1114
"float" : 0
1215
},
13-
"alternateDefaultShortcuts" : {
14-
"bool" : true
15-
},
1616
"altThirdCycle" : {
1717
"int" : 0
1818
},
19+
"alternateDefaultShortcuts" : {
20+
"bool" : true
21+
},
1922
"alwaysAccountForStage" : {
2023
"int" : 0
2124
},
@@ -34,10 +37,10 @@
3437
"cascadeAllDeltaSize" : {
3538
"float" : 30
3639
},
37-
"centeredDirectionalMove" : {
40+
"centerHalfCycles" : {
3841
"int" : 0
3942
},
40-
"centerHalfCycles" : {
43+
"centeredDirectionalMove" : {
4144
"int" : 0
4245
},
4346
"cornerSnapAreaSize" : {
@@ -46,11 +49,17 @@
4649
"curtainChangeSize" : {
4750
"int" : 0
4851
},
52+
"cycleSizesIsChanged" : {
53+
"bool" : false
54+
},
4955
"disabledApps" : {
5056
"string" : "[\"com.jetbrains.toolbox\"]"
5157
},
5258
"doubleClickTitleBar" : {
5359
"int" : 0
60+
},
61+
"doubleClickTitleBarIgnoredApps" : {
62+
5463
},
5564
"doubleClickTitleBarRestore" : {
5665
"int" : 0
@@ -62,7 +71,7 @@
6271
"int" : 1
6372
},
6473
"footprintAlpha" : {
65-
"float" : 0.30000001192092896
74+
"float" : 0.3
6675
},
6776
"footprintAnimationDurationMultiplier" : {
6877
"float" : 0
@@ -82,6 +91,9 @@
8291
"gapSize" : {
8392
"float" : 0
8493
},
94+
"hapticFeedbackOnSnap" : {
95+
"int" : 0
96+
},
8597
"hideMenubarIcon" : {
8698
"bool" : false
8799
},
@@ -119,7 +131,7 @@
119131
"int" : 1
120132
},
121133
"notifiedOfProblemApps" : {
122-
"bool" : false
134+
"bool" : true
123135
},
124136
"obtainWindowOnClick" : {
125137
"int" : 0
@@ -142,11 +154,17 @@
142154
"screenEdgeGapRight" : {
143155
"float" : 0
144156
},
157+
"screenEdgeGapTop" : {
158+
"float" : 0
159+
},
160+
"screenEdgeGapTopNotch" : {
161+
"float" : 0
162+
},
145163
"screenEdgeGapsOnMainScreenOnly" : {
146164
"bool" : false
147165
},
148-
"screenEdgeGapTop" : {
149-
"float" : 0
166+
"selectedCycleSizes" : {
167+
"int" : 0
150168
},
151169
"shortEdgeSnapAreaSize" : {
152170
"float" : 145
@@ -187,8 +205,11 @@
187205
"subsequentExecutionMode" : {
188206
"int" : 0
189207
},
190-
"SUEnableAutomaticChecks" : {
191-
"bool" : true
208+
"systemWideMouseDown" : {
209+
"int" : 0
210+
},
211+
"systemWideMouseDownApps" : {
212+
192213
},
193214
"todo" : {
194215
"int" : 2
@@ -212,21 +233,21 @@
212233
"int" : 0
213234
},
214235
"windowSnapping" : {
215-
"int" : 0
236+
"int" : 2
216237
}
217238
},
218239
"shortcuts" : {
219240
"centerHalf" : {
220241
"keyCode" : 49,
221-
"modifierFlags" : 917504
242+
"modifierFlags" : 1703936
222243
},
223244
"centerThird" : {
224245
"keyCode" : 3,
225246
"modifierFlags" : 786432
226247
},
227248
"firstFourth" : {
228249
"keyCode" : 123,
229-
"modifierFlags" : 917504
250+
"modifierFlags" : 1703936
230251
},
231252
"firstThird" : {
232253
"keyCode" : 2,
@@ -238,7 +259,7 @@
238259
},
239260
"lastFourth" : {
240261
"keyCode" : 124,
241-
"modifierFlags" : 917504
262+
"modifierFlags" : 1703936
242263
},
243264
"lastThird" : {
244265
"keyCode" : 5,
@@ -250,7 +271,7 @@
250271
},
251272
"leftHalf" : {
252273
"keyCode" : 123,
253-
"modifierFlags" : 786432
274+
"modifierFlags" : 1572864
254275
},
255276
"maximizeHeight" : {
256277
"keyCode" : 126,
@@ -262,12 +283,12 @@
262283
},
263284
"rightHalf" : {
264285
"keyCode" : 124,
265-
"modifierFlags" : 786432
286+
"modifierFlags" : 1572864
266287
},
267288
"toggleTodo" : {
268289
"keyCode" : 11,
269290
"modifierFlags" : 786432
270291
}
271292
},
272-
"version" : "76"
293+
"version" : "92"
273294
}

tools/e2e/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@
1212
"description": "",
1313
"devDependencies": {
1414
"@biomejs/biome": "^1.9.4",
15-
"@playwright/test": "^1.50.1",
16-
"@types/node": "^22.13.5"
15+
"@playwright/test": "^1.51.1",
16+
"@types/node": "^22.13.10"
1717
},
1818
"pnpm": {
19-
"ignoredBuiltDependencies": [
20-
"@biomejs/biome"
21-
]
19+
"ignoredBuiltDependencies": ["@biomejs/biome"]
2220
}
2321
}

tools/e2e/pnpm-lock.yaml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/rttm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "rttm"
33
version = "0.1.0"
4-
description = "Add your description here"
4+
description = "RTTM file tool"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [

tools/simple-server/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# simple-server
2+
3+
```bash
4+
sudo go run main.go
5+
```
File renamed without changes.

0 commit comments

Comments
 (0)