aboutsummaryrefslogtreecommitdiff
path: root/config.dot/awesome.link/keys.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config.dot/awesome.link/keys.lua')
-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 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),