diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-10-23 18:26:57 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-10-23 18:26:57 -0200 |
commit | a4bfda5a45c207d2ecefe7f034619dde134488f8 (patch) | |
tree | 8116ba03df3886bceff08cb0243c109cfa8d599f | |
parent | a8ff86aa1937402d72e0916c62d9b0a55aecd2f9 (diff) | |
download | awesome-a4bfda5a45c207d2ecefe7f034619dde134488f8.tar.gz awesome-a4bfda5a45c207d2ecefe7f034619dde134488f8.tar.bz2 |
Keys: use keyringer sclip action
-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 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), |