config/qtile: add keybind to launch feishin

This commit is contained in:
Infinidoge 2024-11-06 22:18:05 -05:00
parent 11918ff44f
commit a677e5b48b
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -479,6 +479,11 @@ keys = [
lazy.spawn("autorandr -c"), lazy.spawn("autorandr -c"),
desc="Run autorandr", desc="Run autorandr",
), ),
Key(
[Keys.SUPER, Keys.ALT], "XF86AudioPlay",
lazy.spawn("feishin"),
desc="Laucn Feishin",
),
] ]
# fmt: on # fmt: on