diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-07-30 21:34:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-07-30 21:34:17 -0300 |
commit | 3b9f032bf1d7731d3a0ee2979ecb8b3edeed65d9 (patch) | |
tree | 7310b2cb6c31824d29af2db002c407f248b04c7b | |
parent | 498d3a8d17cc746451fdecb4b431e99f2b97d95a (diff) | |
download | awesome-3b9f032bf1d7731d3a0ee2979ecb8b3edeed65d9.tar.gz awesome-3b9f032bf1d7731d3a0ee2979ecb8b3edeed65d9.tar.bz2 |
Rollback keyringer key combo
-rw-r--r-- | config.dot/awesome.link/keys.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua index cd91833..bb9711f 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 xclip") end), + awful.key({ modkey, }, "p", function () awful.util.spawn("terminal keyringer default") 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), |