aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-10-23 18:26:57 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-10-23 18:26:57 -0200
commita4bfda5a45c207d2ecefe7f034619dde134488f8 (patch)
tree8116ba03df3886bceff08cb0243c109cfa8d599f
parenta8ff86aa1937402d72e0916c62d9b0a55aecd2f9 (diff)
downloadawesome-a4bfda5a45c207d2ecefe7f034619dde134488f8.tar.gz
awesome-a4bfda5a45c207d2ecefe7f034619dde134488f8.tar.bz2
Keys: use keyringer sclip action
-rw-r--r--config.dot/awesome.link/keys.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index f02cf19..e5ed091 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -10,7 +10,7 @@ globalkeys = awful.util.table.join(root.keys(),
awful.key({ modkey, }, "m", function () awful.util.spawn("terminal xmail") end),
awful.key({ modkey, }, "n", function () awful.util.spawn("terminal news") end),
awful.key({ modkey, }, "o", function () awful.util.spawn("chromium-browser --incognito") end),
- awful.key({ modkey, }, "p", function () awful.util.spawn("terminal keyringer default") end),
+ 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, }, "v", function () awful.util.spawn("terminal vim") end),