From f6a3c5c4496bb8a7a951fdc3f95bba98afd781ab Mon Sep 17 00:00:00 2001
From: Remy Moll <me@moll.re>
Date: Wed, 26 Mar 2025 11:44:52 +0100
Subject: [PATCH] some more hypr keybindings

---
 modules/home-manager/hypr/hyprland-customization.nix | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/modules/home-manager/hypr/hyprland-customization.nix b/modules/home-manager/hypr/hyprland-customization.nix
index 981633f..494e553 100644
--- a/modules/home-manager/hypr/hyprland-customization.nix
+++ b/modules/home-manager/hypr/hyprland-customization.nix
@@ -40,7 +40,7 @@
         "$mod, f, togglefloating,"
         "$mod, f, resizeactive, 50% 50%,"
         # Toggle fullscreen
-        "$mod+Shift, f, togglefullscreen,"
+        "$mod+Shift, f, fullscreen,"
 
         # Alt-tab alternative
         "$mod, Tab, cyclenext,"
@@ -76,8 +76,10 @@
         ", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
 
         # Reshape the window in focus
-        "$mod, left, resizeactive, -2% 0"
-        "$mod, right, resizeactive, 2% 0"
+        "$mod, MINUS, resizeactive, -2% -2%"
+        "$mod, KP_Subtract, resizeactive, -2% -2%"
+        "$mod, PLUS, resizeactive, 2% 2%"
+        "$mod, KP_Add, resizeactive, 2% 2%"
 
       ];