add copyq
This commit is contained in:
parent
bb85943287
commit
98cf884518
|
|
@ -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(
|
||||||
|
|
|
||||||
|
|
@ -44,4 +44,6 @@ mpd &
|
||||||
|
|
||||||
anki &
|
anki &
|
||||||
|
|
||||||
|
copyq &
|
||||||
|
|
||||||
exec "${1:-awesome}"
|
exec "${1:-awesome}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue