diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-07-26 23:56:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-07-26 23:56:50 -0300 |
commit | c4a9c4d17afe6074397a8524ae46919f6127f716 (patch) | |
tree | 80e2d9067644343fdeafbbc7d290163ee50d4bef | |
parent | 993caf6cedd80d63907883efa21d18387ed03430 (diff) | |
download | awesome-c4a9c4d17afe6074397a8524ae46919f6127f716.tar.gz awesome-c4a9c4d17afe6074397a8524ae46919f6127f716.tar.bz2 |
Change keyringer invocation
-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 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), |