hyprland: added lock keybind super + L

This commit is contained in:
Aly Raffauf 2024-03-26 10:49:21 -04:00
parent 5af937ddee
commit 4e2eb14cce

View file

@ -161,15 +161,18 @@ bind = $mainMod, T, exec, $terminal
bind = $mainMod, R, exec, $menu bind = $mainMod, R, exec, $menu
bind = $mainMod, F, exec, $fileManager bind = $mainMod, F, exec, $fileManager
bind = $mainMod, B, exec, $browser bind = $mainMod, B, exec, $browser
# Manage session.
bind = $mainMod, C, killactive, bind = $mainMod, C, killactive,
bind = $mainMod, M, exit, bind = $mainMod, M, exit,
bind = $mainMod, L, exec, hyprlock --immediate
# Basic window management.
bind=$mainMod,W,fullscreen
bind = $mainMod, V, togglefloating, bind = $mainMod, V, togglefloating,
bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, J, togglesplit, # dwindle
# Fullscreen windows.
bind=$mainMod,W,fullscreen
# Move focus with mainMod + arrow keys # Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l bind = $mainMod, left, movefocus, l
bind = $mainMod, right, movefocus, r bind = $mainMod, right, movefocus, r