mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
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