fix(qtile): correct discord command name
This commit is contained in:
parent
e83d309ca0
commit
750495fc79
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ keys = [
|
||||||
),
|
),
|
||||||
Key(
|
Key(
|
||||||
[Keys.SUPER, Keys.ALT], "d",
|
[Keys.SUPER, Keys.ALT], "d",
|
||||||
lazy.spawn("discord-canary"),
|
lazy.spawn("discordcanary"),
|
||||||
desc="Launch Discord",
|
desc="Launch Discord",
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue