summaryrefslogtreecommitdiff
path: root/config/hyprland/hypr
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-03-25 23:47:25 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-03-25 23:47:25 +0100
commit071f879b7a63d02ddcd8d23cb18e158fbf2e8a73 (patch)
tree903b74c5e6f46c9f9075339b152fe633c69fc749 /config/hyprland/hypr
parent59cfb15d083203b10ed5d40a693cdbf7a17adb54 (diff)
increased resize factor on hyprland
Diffstat (limited to 'config/hyprland/hypr')
-rw-r--r--config/hyprland/hypr/hyprland.conf10
1 files changed, 6 insertions, 4 deletions
diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf
index 53f0a4b..5016c1a 100644
--- a/config/hyprland/hypr/hyprland.conf
+++ b/config/hyprland/hypr/hyprland.conf
@@ -119,10 +119,12 @@ bind = $mainMod, K, movefocus, u
bind = $mainMod, L, movefocus, r
bind = $mainMod , SPACE, swapnext
-binde = $mainMod SHIFT, H, resizeactive, -30 0
-binde = $mainMod SHIFT, J, resizeactive, 0 30
-binde = $mainMod SHIFT, K, resizeactive, 0 -30
-binde = $mainMod SHIFT, L, resizeactive, 30 0
+binde = $mainMod SHIFT, H, resizeactive, -60 0
+binde = $mainMod SHIFT, J, resizeactive, 0 60
+binde = $mainMod SHIFT, K, resizeactive, 0 -60
+binde = $mainMod SHIFT, L, resizeactive, 60 0
+
+bind = $mainMod SHIFT, F, fullscreen
bind = $mainMod, 1, workspace, 1
bind = $mainMod, 2, workspace, 2