From 171b03f233088a3cdd148c6d4bd28f6d26012ce5 Mon Sep 17 00:00:00 2001 From: mara Date: Sun, 2 Jun 2024 18:25:21 +0200 Subject: [PATCH] nmtui key --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 80f408f..306a5b7 100644 --- a/install.sh +++ b/install.sh @@ -1595,6 +1595,7 @@ keys = [ Key([mod, "control", "mod1"], "l", lazy.spawn(os.path.expanduser("xsecurelock")), desc="Computer Lockdown"), Key([mod, "control", "mod1"], "t", lazy.spawn(os.path.expanduser("auto-new-wallpaper-and-colors")), desc="Random Theme"), Key([mod, "control", "mod1"], "w", lazy.spawn(os.path.expanduser("~/.config/rofi/rofi-wifi-menu.sh")), desc="WiFi Menu"), + Key([mod, "control", "mod1"], "n", lazy.spawn(os.path.expanduser("nmtui")), desc="Network Menu"), # Default Key([mod], "h", lazy.layout.left(), desc="Move focus to left"),