feat(awesomeWM): add key binding for galaxy-buds-client

This commit is contained in:
tux
2024-12-02 08:54:00 +05:30
parent d270e61492
commit dda8497f3e

View File

@ -50,6 +50,10 @@ awful.keyboard.append_global_keybindings({
awful.spawn("discord")
end, { description = "open discord", group = "launcher" }),
awful.key({ modkey }, "g", function()
awful.spawn("GalaxyBudsClient")
end, { description = "open galaxy buds client", group = "launcher" }),
awful.key({ modkey }, "t", function()
awful.spawn(apps.file_explorer)
end, { description = "open file explorer", group = "launcher" }),