From da8a7e66720687d188fdcc727203f801dd130b78 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 24 Apr 2024 18:11:02 -0400 Subject: [PATCH] Correct moving focused window --- dot_config/hypr/hyprland.conf.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dot_config/hypr/hyprland.conf.tmpl b/dot_config/hypr/hyprland.conf.tmpl index 4269725dc2fa996ae4b7af5713bd767d2cf54445..df90dcd07cec042fec1ad84799567074409b2f10 100644 --- a/dot_config/hypr/hyprland.conf.tmpl +++ b/dot_config/hypr/hyprland.conf.tmpl @@ -211,11 +211,11 @@ bind = $mod, l, movefocus, r bind = $mod, j, movefocus, d bind = $mod, k, movefocus, u -# Move active with mod + Vim keys -bind = $mod SHIFT, h, moveactive, l -bind = $mod SHIFT, l, moveactive, r -bind = $mod SHIFT, j, moveactive, d -bind = $mod SHIFT, k, moveactive, u +# Move window with mod + Vim keys +bind = $mod SHIFT, h, movewindow, l +bind = $mod SHIFT, l, movewindow, r +bind = $mod SHIFT, j, movewindow, d +bind = $mod SHIFT, k, movewindow, u # Switch workspaces with mod + [0-9] bind = $mod, 1, workspace, 1