From 5b842b88c03bad3ea3d051eef9a4c6881bb1459b Mon Sep 17 00:00:00 2001 From: mara Date: Fri, 31 May 2024 22:43:33 +0200 Subject: [PATCH] new key lock --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6045525..2739d1b 100644 --- a/install.sh +++ b/install.sh @@ -1557,7 +1557,7 @@ keys = [ Key([mod], "e", lazy.spawn(fileexplorer), desc="File Explorer"), Key([mod], "r", lazy.spawn(runmenu), desc="Run Menu"), Key([mod, "shift"], "r", lazy.spawncmd(), desc="Spawn a command using a prompt widget"), - Key([mod], "l", lazy.spawn(os.path.expanduser("xsecurelock")), desc="Computer Lockdown"), + 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"),