From 3951afeff0495d5dc6cc4ec30925453ccf4979e6 Mon Sep 17 00:00:00 2001 From: Remi Akirazar Date: Thu, 13 Nov 2025 22:04:20 -0500 Subject: [PATCH] added lockscreen keybind --- config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.py b/config.py index 3ee138e..e569b7d 100644 --- a/config.py +++ b/config.py @@ -70,6 +70,7 @@ def auto_sticky_windows(window): and info['name'] == 'Picture-in-Picture'): sticky_windows.append(window) + # █▄▀ █▀▀ █▄█ █▄▄ █ █▄░█ █▀▄ █▀ # █░█ ██▄ ░█░ █▄█ █ █░▀█ █▄▀ ▄█ @@ -101,6 +102,7 @@ keys = [ Key([mod], "n", lazy.layout.normalize(), desc="Reset all window sizes"), Key([mod], "f", lazy.window.toggle_fullscreen(), desc="Toggle focused window to fullscreen"), Key([mod], "v", lazy.window.toggle_floating(), desc="Toggle focused window to floating"), + Key([mod1], "l", lazy.spawn("betterlockscreen -l"), desc="Lock the screen"), # Toggle between split and unsplit sides of stack. # Split = all windows displayed # Unsplit = 1 window displayed, like Max layout, but still with