From 64af08d11eb5237bde7d4f1698cfabe250655f7d Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 22 Jul 2023 23:33:08 +0200 Subject: [PATCH] Remove postspace --- 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 721e7c2..b0951c0 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -312,7 +312,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 = ALT, down, resizeactive, 0 10 binde = ALT, H, resizeactive, -10 0 binde = ALT, K, resizeactive, 0 -10 binde = ALT, J, resizeactive, 0 10