From 1ec54ff3b58bb3bb3f8e5aafed754af54dd9b9b2 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 7 Dec 2023 12:37:56 +0300 Subject: [PATCH] Resize 100 pixels at a time instead of 30 --- 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 d566f52..6898154 100644 --- a/machines/enka/hyprland/default.nix +++ b/machines/enka/hyprland/default.nix @@ -64,15 +64,15 @@ '' + '' - 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, left , resizeactive, -100 0 + binde = SUPER+CTRL, down , resizeactive, 0 100 + binde = SUPER+CTRL, up , resizeactive, 0 -100 + binde = SUPER+CTRL, right, resizeactive, 100 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 + binde = SUPER+CTRL, h, resizeactive, -100 0 + binde = SUPER+CTRL, j, resizeactive, 0 100 + binde = SUPER+CTRL, k, resizeactive, 0 -100 + binde = SUPER+CTRL, l, resizeactive, 100 0 bindm = SUPER, mouse:273, resizewindow ''