diff --git a/.config/hypr/conf/keybindings.conf b/.config/hypr/conf/keybindings.conf index eb102d2..bc55956 100644 --- a/.config/hypr/conf/keybindings.conf +++ b/.config/hypr/conf/keybindings.conf @@ -17,7 +17,7 @@ bind = $mainMod, A, exec, $toggle_menu_cmd # wofi bind = $mainMod, P, pseudo, # pseudo bind = $mainMod, DELETE, exit, # pseudo bind = $mainMod, R, togglesplit, # toggle split -bind = $mainMod SHIFT, L, exec, hyprlock # lock screen +bind = $mainMod CTRL, L, exec, hyprlock # lock screen # ────────────────────────── window move focus ──────────────────────── bind = $mainMod, left, movefocus, l @@ -40,9 +40,9 @@ bind = $mainMod, 7, workspace, 7 bind = $mainMod, 8, workspace, 8 bind = $mainMod, 9, workspace, 9 bind = $mainMod, 0, workspace, 10 -binde = $mainMod CTRL, H, workspace, -1 -binde = $mainMod CTRL, L, workspace, +1 -binde = $mainMod CTRL, J, workspace, previous +binde = $mainMod SHIFT, H, workspace, -1 +binde = $mainMod SHIFT, L, workspace, +1 +binde = $mainMod SHIFT, J, workspace, previous # ─────────────────────── move window to workspace ─────────────────────── bind = $mainMod SHIFT, 1, movetoworkspace, 1