diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-07-14 16:19:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-07-14 16:19:12 -0300 |
commit | 2e56631730dd418df21e8073fec80952221af175 (patch) | |
tree | 0d1d10060d7c4d484ae0744df4a3a65e9aad9416 | |
parent | 8cf6a7af175379f170762ff743edead6ecf549d1 (diff) | |
download | awesome-2e56631730dd418df21e8073fec80952221af175.tar.gz awesome-2e56631730dd418df21e8073fec80952221af175.tar.bz2 |
Updates network 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 2cf6ac9..f02cf19 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -14,7 +14,7 @@ globalkeys = awful.util.table.join(root.keys(), 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), - awful.key({ modkey, }, "x", function () awful.util.spawn("terminal shell network") end), + awful.key({ modkey, }, "x", function () awful.util.spawn("terminal wicd-curses") end), awful.key({ modkey, }, "z", function () awful.util.spawn("terminal shell root") end), awful.key({ modkey, }, "y", function () awful.util.spawn("xclip-clean") end), |