feat: add speedcrunch to config

This commit is contained in:
Infinidoge 2021-09-30 08:38:48 -04:00
parent 750495fc79
commit 966abec486
2 changed files with 7 additions and 0 deletions

View file

@ -329,6 +329,11 @@ keys = [
lazy.spawn("discordcanary"),
desc="Launch Discord",
),
Key(
[Keys.SUPER, Keys.ALT], "c",
lazy.spawn("speedcrunch"),
desc="Launch Speedcrunch",
),
]
# fmt: on

View file

@ -38,6 +38,8 @@
hydrus
neofetch
speedcrunch
];
};
};