mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
feat: add keybinding for clipboard manager
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user