added lockscreen keybind
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user