mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Merge pull request #362 from ryanrhughes/add-prefix-to-walker-calc
Add "=" as default walker prefix
This commit is contained in:
@@ -139,6 +139,7 @@ name = "Calculator"
|
|||||||
icon = "accessories-calculator"
|
icon = "accessories-calculator"
|
||||||
placeholder = "Calculator"
|
placeholder = "Calculator"
|
||||||
min_chars = 3 # Min chars to calculate. 3 allows "3+3"
|
min_chars = 3 # Min chars to calculate. 3 allows "3+3"
|
||||||
|
prefix = "="
|
||||||
|
|
||||||
[builtins.windows]
|
[builtins.windows]
|
||||||
weight = 5
|
weight = 5
|
||||||
|
|||||||
Reference in New Issue
Block a user