From b4305288744c5f406e864453c883e5ef64848d3f Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 10 Apr 2023 15:48:51 +0200 Subject: [PATCH] Remove accidentally pasted rule --- home/.config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index fd14f9d..869ad61 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -310,7 +310,7 @@ bindm = SUPER, $MOUSE_RMB, resizewindow binde = ALT, right, resizeactive, 10 0 binde = ALT, left, resizeactive, -10 0 binde = ALT, up, resizeactive, 0 -10 -binde = ALT, down, resizeactive, 0 10 binde = , L, resizeactive, 10 0 +binde = ALT, down, resizeactive, 0 10 binde = ALT, H, resizeactive, -10 0 binde = ALT, K, resizeactive, 0 -10 binde = ALT, J, resizeactive, 0 10