aboutsummaryrefslogtreecommitdiff
path: root/config.dot/awesome.link/keys.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config.dot/awesome.link/keys.lua')
-rw-r--r--config.dot/awesome.link/keys.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index 8d7cad1..4d4a546 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -63,7 +63,6 @@ globalkeys = awful.util.table.join(root.keys(),
awful.key({ modkey, }, "y", function () awful.spawn("xclip-clean") end, {description = "clear clipboard", group = "client"}),
awful.key({ modkey, }, "z", function () awful.spawn("terminal shell root") end, {description = "root", group = "client"}),
-
-- Clipboard between virtual machines
awful.key({ modkey, "" }, "Up", function () awful.spawn("kvmx-spice-copy") end, {description = "kvmx-copy", group = "client"}),
awful.key({ modkey, "" }, "Down", function () awful.spawn("kvmx-spice-paste") end, {description = "kvmx-paste", group = "client"}),