aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-01-02 17:11:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-01-02 17:11:14 -0300
commitd70910b3c3a3c8ee2d662dddd31701baddc41213 (patch)
tree1d8919d16c567ae56b4611d36d7b4f3fc4a12f40
parent0dfe363a2a81239a0889922bc614c485700c45fb (diff)
downloadawesome-d70910b3c3a3c8ee2d662dddd31701baddc41213.tar.gz
awesome-d70910b3c3a3c8ee2d662dddd31701baddc41213.tar.bz2
Fix: switch from wicd to NetworkManager
-rw-r--r--config.dot/awesome.link/keys.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index d438ae5..4bfa1d2 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -58,7 +58,8 @@ globalkeys = awful.util.table.join(root.keys(),
awful.key({ modkey, }, "t", function () awful.spawn("terminal ssh-agent-loadkey") end, {description = "ssh-agent-loadkey", group = "client"}),
awful.key({ modkey, }, "u", function () awful.spawn("qrpaste") end, {description = "qrpaste", group = "client"}),
awful.key({ modkey, }, "v", function () awful.spawn("terminal vim") end, {description = "editor", group = "client"}),
- awful.key({ modkey, }, "x", function () awful.spawn("terminal wicd-curses") end, {description = "network", group = "client"}),
+ --awful.key({ modkey, }, "x", function () awful.spawn("terminal wicd-curses") end, {description = "network", group = "client"}),
+ awful.key({ modkey, }, "x", function () awful.spawn("terminal nmtui connect") end, {description = "network", group = "client"}),
awful.key({ modkey, }, "y", function () awful.spawn("xclip-clean") end, {description = "clear clipboard", group = "client"}),
awful.key({ modkey, }, "z", function () awful.spawn("terminal shell root") end, {description = "root", group = "client"}),