From f3982ca223610b6c9e0e1e73ccaa4c11fce78787 Mon Sep 17 00:00:00 2001 From: mara Date: Mon, 3 Jun 2024 13:26:08 +0200 Subject: [PATCH] Network --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 306a5b7..fddb0b2 100644 --- a/install.sh +++ b/install.sh @@ -1594,8 +1594,8 @@ keys = [ Key([mod, "shift"], "r", lazy.spawncmd(), desc="Spawn a command using a prompt widget"), 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"), + Key([mod, "control", "mod1"], "w", lazy.spawn(os.path.expanduser("~/.config/rofi/rofi-wifi-menu.sh")), desc="WiFi Manager"), + Key([mod, "control", "mod1"], "n", lazy.spawn(os.path.expanduser("kitty -e sudo nmtui")), desc="Network Manager"), # Default Key([mod], "h", lazy.layout.left(), desc="Move focus to left"),