diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-11-11 14:26:47 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-11-11 14:26:47 -0200 |
commit | 9c7d4eba2a9f25840ec8eb95cfcf9a1cb43f131b (patch) | |
tree | b9b2253a416feacd17f8c269324fe81eb46dbc4e | |
parent | 39fd2231c6c4d897b6647a8b1eac7692b9708003 (diff) | |
download | awesome-9c7d4eba2a9f25840ec8eb95cfcf9a1cb43f131b.tar.gz awesome-9c7d4eba2a9f25840ec8eb95cfcf9a1cb43f131b.tar.bz2 |
Leaving commented keycombos for the new kvmx clipboard UX
-rw-r--r-- | config.dot/awesome.link/keys.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua index 414958d..8791f44 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -63,6 +63,8 @@ globalkeys = awful.util.table.join(root.keys(), awful.key({ }, "XF86Launch1", function () awful.spawn("xhibernate") end, {description = "", group = "client"}), -- Clipboard between virtual machines + --awful.key({ modkey, "" }, "Up", function () awful.spawn("terminal kvmx-spice-copy") end, {description = "kvmx-clipboard", group = "client"}), + --awful.key({ modkey, "" }, "Down", function () awful.spawn("terminal kvmx-spice-paste") end, {description = "kvmx-clipboard", group = "client"}), awful.key({ modkey, "" }, "Down", function () awful.spawn("terminal kvmx-clipboard") end, {description = "kvmx-clipboard", group = "client"}), -- Virtual environments |