config/qtile: add shortcut to launch SchildiChat

This commit is contained in:
Infinidoge 2023-08-30 11:30:25 -04:00
parent 87f0d9b046
commit 36fd59f412

View file

@ -428,6 +428,11 @@ keys = [
lazy.spawn("discordcanary"),
desc="Launch Discord",
),
Key(
[Keys.SUPER, Keys.ALT], "g",
lazy.spawn("schildichat-desktop"),
desc="Launch Schildichat",
),
# Key(
# [Keys.SUPER, Keys.ALT], "c",
# lazy.spawn("speedcrunch"),