aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-10-06 20:31:15 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-10-06 20:31:15 -0300
commit087fa82e335a1903dea66aaf4521842117184628 (patch)
tree5d0b6052f3d99891beca0a01f6d1fc39171965b4
parentc99a3de1a1144f41b512522c1cb237062a55a76f (diff)
downloadawesome-087fa82e335a1903dea66aaf4521842117184628.tar.gz
awesome-087fa82e335a1903dea66aaf4521842117184628.tar.bz2
Adds key shortcut to spoolpaste
-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 ef29443..292293f 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -17,7 +17,8 @@ globalkeys = awful.util.table.join(root.keys(),
--awful.key({ modkey, }, "o", function () awful.spawn("chromium-browser --incognito") end, {description = "chromium", group = "client"}),
awful.key({ modkey, }, "o", function () awful.spawn("terminal-session-chooser") end, {description = "session-chooser", group = "client"}),
awful.key({ modkey, }, "p", function () awful.spawn("terminal keyringer default sclip") end, {description = "keyringer", group = "client"}),
- awful.key({ modkey, }, "s", function () awful.spawn("xsuspend") end, {description = "suspend", group = "client"}),
+ awful.key({ modkey, }, "s", function () awful.spawn("spoolpaste") end, {description = "qrpaste", group = "client"}),
+ --awful.key({ modkey, }, "s", function () awful.spawn("xsuspend") end, {description = "suspend", group = "client"}),
awful.key({ modkey, }, "t", function () awful.spawn("tor-browser") end, {description = "tor-browser", group = "client"}),
awful.key({ modkey, }, "u", function () awful.spawn("qrpaste") end, {description = "qrpaste", group = "client"}),
awful.key({ modkey, }, "v", function () awful.spawn("terminal vim") end, {description = "editor", group = "client"}),