feat: add speedcrunch to config
This commit is contained in:
parent
750495fc79
commit
966abec486
2 changed files with 7 additions and 0 deletions
|
@ -329,6 +329,11 @@ keys = [
|
||||||
lazy.spawn("discordcanary"),
|
lazy.spawn("discordcanary"),
|
||||||
desc="Launch Discord",
|
desc="Launch Discord",
|
||||||
),
|
),
|
||||||
|
Key(
|
||||||
|
[Keys.SUPER, Keys.ALT], "c",
|
||||||
|
lazy.spawn("speedcrunch"),
|
||||||
|
desc="Launch Speedcrunch",
|
||||||
|
),
|
||||||
]
|
]
|
||||||
# fmt: on
|
# fmt: on
|
||||||
|
|
||||||
|
|
|
@ -38,6 +38,8 @@
|
||||||
hydrus
|
hydrus
|
||||||
|
|
||||||
neofetch
|
neofetch
|
||||||
|
|
||||||
|
speedcrunch
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue