feat: add keybinding for clipboard manager

This commit is contained in:
2024-10-24 19:05:01 +05:30
parent cc62c8f82c
commit c56ccfba00

View File

@ -59,6 +59,10 @@ awful.keyboard.append_global_keybindings({
awful.spawn("spotify")
end, { description = "open spotify", group = "launcher" }),
awful.key({ modkey }, "v", function()
awful.spawn("copyq show")
end, { description = "open clipboard manager", group = "launcher" }),
-- Focus related keybindings.
awful.key({ modkey }, "Left", function()
awful.client.focus.bydirection("left")