add copyq

This commit is contained in:
caandt 2024-10-10 23:48:32 -05:00
parent bb85943287
commit 98cf884518
3 changed files with 5 additions and 1 deletions

View file

@ -356,7 +356,8 @@ globalkeys = gears.table.join(
awful.key({ modkey }, "b", function() awful.spawn(browser) end, {description = "open browser"}), awful.key({ modkey }, "b", function() awful.spawn(browser) end, {description = "open browser"}),
awful.key({ modkey }, "t", function() awful.spawn(file_manager) end, {description = "open file manager"}), awful.key({ modkey }, "t", function() awful.spawn(file_manager) end, {description = "open file manager"}),
awful.key({ modkey, "Shift" }, "s", function() awful.spawn("screenshot") end, {description = "screenshot"}), awful.key({ modkey, "Shift" }, "s", function() awful.spawn("screenshot") end, {description = "screenshot"}),
awful.key({ modkey }, "v", function() awful.spawn("pavucontrol") end, {description = "audio settings"}) awful.key({ modkey }, "c", function() awful.spawn("pavucontrol") end, {description = "audio settings"}),
awful.key({ modkey }, "v", function() awful.spawn("copyq toggle") end, {description = "clipboard manager"})
) )
clientkeys = gears.table.join( clientkeys = gears.table.join(

View file

@ -44,4 +44,6 @@ mpd &
anki & anki &
copyq &
exec "${1:-awesome}" exec "${1:-awesome}"

View file

@ -26,6 +26,7 @@ in
sct sct
maim maim
xclip xclip
copyq
picom picom
obs-studio obs-studio
screenkey screenkey