config/qtile: add keybind to launch feishin
This commit is contained in:
parent
11918ff44f
commit
a677e5b48b
1 changed files with 5 additions and 0 deletions
|
@ -479,6 +479,11 @@ keys = [
|
|||
lazy.spawn("autorandr -c"),
|
||||
desc="Run autorandr",
|
||||
),
|
||||
Key(
|
||||
[Keys.SUPER, Keys.ALT], "XF86AudioPlay",
|
||||
lazy.spawn("feishin"),
|
||||
desc="Laucn Feishin",
|
||||
),
|
||||
]
|
||||
# fmt: on
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue