diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 829f206..c299d65 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -239,9 +239,9 @@ bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_up, workspace, e-1 # Move focus with mainMod + hjkl bind = $mainMod, h, movefocus, l -bind = $mainMod, l, movefocus, r -bind = $mainMod, k, movefocus, u bind = $mainMod, j, movefocus, d +bind = $mainMod, k, movefocus, u +bind = $mainMod, l, movefocus, r # Apps bind = $mainMod, E, exec, $fileManager