mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
feat(awesomeWM): add key binding for galaxy-buds-client
This commit is contained in:
@ -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" }),
|
||||
|
Reference in New Issue
Block a user