From cb3d8f21b6a6d606657166bff5b67dc3818cccbe Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 27 Jan 2024 13:34:32 +0530 Subject: modify --- config/hypr/hyprland.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/hypr') diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 075dbec..d25cdc5 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -73,9 +73,9 @@ bind = SUPER, RETURN, layoutmsg, swapwithmaster master bind = SUPER SHIFT, J, layoutmsg, swapnext bind = SUPER SHIFT, K, layoutmsg, swapprev -# Move focus with mainMod + arrow keys -bind = SUPER, L, movefocus, l -bind = SUPER, H, movefocus, r +# Move focus with mainMod + hjkl +bind = SUPER, L, movefocus, r +bind = SUPER, H, movefocus, l bind = SUPER, K, movefocus, u bind = SUPER, J, movefocus, d -- cgit v1.2.3