aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-07-26 23:56:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-07-26 23:56:50 -0300
commitc4a9c4d17afe6074397a8524ae46919f6127f716 (patch)
tree80e2d9067644343fdeafbbc7d290163ee50d4bef
parent993caf6cedd80d63907883efa21d18387ed03430 (diff)
downloadawesome-c4a9c4d17afe6074397a8524ae46919f6127f716.tar.gz
awesome-c4a9c4d17afe6074397a8524ae46919f6127f716.tar.bz2
Change keyringer invocation
-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 bb9711f..cd91833 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -11,7 +11,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 xclip") 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("luakit") end),