From 2c87a74a1dbfe18714ac8562fa8ee65cf9f65641 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 6 Dec 2023 12:38:33 +0300 Subject: [PATCH] Resize 30 pixels at a time instead of 10 --- machines/enka/hyprland/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/machines/enka/hyprland/default.nix b/machines/enka/hyprland/default.nix index ba66785..e58af93 100644 --- a/machines/enka/hyprland/default.nix +++ b/machines/enka/hyprland/default.nix @@ -64,15 +64,15 @@ '' + '' - binde = SUPER+CTRL, left , resizeactive, -10 0 - binde = SUPER+CTRL, down , resizeactive, 0 10 - binde = SUPER+CTRL, up , resizeactive, 0 -10 - binde = SUPER+CTRL, right, resizeactive, 10 0 + binde = SUPER+CTRL, left , resizeactive, -30 0 + binde = SUPER+CTRL, down , resizeactive, 0 30 + binde = SUPER+CTRL, up , resizeactive, 0 -30 + binde = SUPER+CTRL, right, resizeactive, 30 0 - binde = SUPER+CTRL, h, resizeactive, -10 0 - binde = SUPER+CTRL, j, resizeactive, 0 10 - binde = SUPER+CTRL, k, resizeactive, 0 -10 - binde = SUPER+CTRL, l, resizeactive, 10 0 + binde = SUPER+CTRL, h, resizeactive, -30 0 + binde = SUPER+CTRL, j, resizeactive, 0 30 + binde = SUPER+CTRL, k, resizeactive, 0 -30 + binde = SUPER+CTRL, l, resizeactive, 30 0 bindm = SUPER, mouse:273, resizewindow ''