config/qtile: add shortcut to launch SchildiChat
This commit is contained in:
parent
87f0d9b046
commit
36fd59f412
1 changed files with 5 additions and 0 deletions
|
@ -428,6 +428,11 @@ keys = [
|
||||||
lazy.spawn("discordcanary"),
|
lazy.spawn("discordcanary"),
|
||||||
desc="Launch Discord",
|
desc="Launch Discord",
|
||||||
),
|
),
|
||||||
|
Key(
|
||||||
|
[Keys.SUPER, Keys.ALT], "g",
|
||||||
|
lazy.spawn("schildichat-desktop"),
|
||||||
|
desc="Launch Schildichat",
|
||||||
|
),
|
||||||
# Key(
|
# Key(
|
||||||
# [Keys.SUPER, Keys.ALT], "c",
|
# [Keys.SUPER, Keys.ALT], "c",
|
||||||
# lazy.spawn("speedcrunch"),
|
# lazy.spawn("speedcrunch"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue