add spotify keybinding

This commit is contained in:
2024-08-06 09:47:21 +05:30
parent 6282114703
commit 5876623fd2

View File

@ -50,6 +50,10 @@ awful.keyboard.append_global_keybindings({
awful.spawn(apps.file_explorer)
end, { description = "open file explorer", group = "launcher" }),
awful.key({ modkey }, "s", function()
awful.spawn("spotify")
end, { description = "open spotify", group = "launcher" }),
-- Focus related keybindings.
awful.key({ modkey }, "Left", function()
awful.client.focus.bydirection("left")