aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-01-18 20:41:24 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-01-18 20:41:24 -0200
commitb32682cecceb91e71af5840ab61645331504739e (patch)
tree026625b3360b1519866c54a4f43d1297b05e80cc
parentd12c88966f89cfda59839e61c06abb897df65512 (diff)
downloadawesome-b32682cecceb91e71af5840ab61645331504739e.tar.gz
awesome-b32682cecceb91e71af5840ab61645331504739e.tar.bz2
Qrpaste keybinding
-rw-r--r--config.dot/awesome.link/keys.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index b89a848..2bddaf0 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -13,10 +13,11 @@ globalkeys = awful.util.table.join(root.keys(),
awful.key({ modkey, }, "p", function () awful.util.spawn("terminal keyringer default sclip") end),
awful.key({ modkey, }, "s", function () awful.util.spawn("xsuspend") end),
awful.key({ modkey, }, "t", function () awful.util.spawn("tor-browser") end),
+ awful.key({ modkey, }, "u", function () awful.util.spawn("qrpaste") end),
awful.key({ modkey, }, "v", function () awful.util.spawn("terminal vim") end),
awful.key({ modkey, }, "x", function () awful.util.spawn("terminal wicd-curses") end),
- awful.key({ modkey, }, "z", function () awful.util.spawn("terminal shell root") end),
awful.key({ modkey, }, "y", function () awful.util.spawn("xclip-clean") end),
+ awful.key({ modkey, }, "z", function () awful.util.spawn("terminal shell root") end),
-- Unused
--awful.key({ modkey, }, "e", function () awful.util.spawn("command") end),