From 6c85daf582eb660d63d31dc259fc0dba353cb5aa Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Wed, 23 Apr 2025 16:00:42 +0200 Subject: [PATCH] update hyprland config --- dot_config/hypr/keybindings.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dot_config/hypr/keybindings.conf b/dot_config/hypr/keybindings.conf index 5c24111..7330ead 100644 --- a/dot_config/hypr/keybindings.conf +++ b/dot_config/hypr/keybindings.conf @@ -34,6 +34,12 @@ bind = $mainMod+Shift, right, movewindow, r bind = $mainMod+Shift, up, movewindow, u bind = $mainMod+Shift, down, movewindow, d +# Fenster verkleinern oder vergößern +bind = SUPER, left, resizeactive, -20 0 +bind = SUPER, right, resizeactive, 20 0 +bind = SUPER, up, resizeactive, 0 -20 +bind = SUPER, down, resizeactive, 0 20 + # Verschiebt den aktuellen Workspace auf den linken bzw. rechten Monitor # STRG + ALT + Pfeil links: Workspace nach links verschieben # STRG + ALT + Pfeil rechts: Workspace nach rechts verschieben