From 828639e7de71e7918c4d47d2be1247d1d29cf395 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Thu, 24 Apr 2025 10:04:11 +0200 Subject: [PATCH] update hyprland config --- dot_config/hypr/keybindings.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/dot_config/hypr/keybindings.conf b/dot_config/hypr/keybindings.conf index 7330ead..3f4fb7b 100644 --- a/dot_config/hypr/keybindings.conf +++ b/dot_config/hypr/keybindings.conf @@ -34,6 +34,19 @@ bind = $mainMod+Shift, right, movewindow, r bind = $mainMod+Shift, up, movewindow, u bind = $mainMod+Shift, down, movewindow, d +# Submap für das Verschieben aktivieren +# Mit ESC verlässt du den Modus wieder. +bind = SUPER, m, submap, move + +# Submap "move" definieren +submap = move +bind = , left, moveactive, -20 0 +bind = , right, moveactive, 20 0 +bind = , up, moveactive, 0 -20 +bind = , down, moveactive, 0 20 +bind = , escape, submap, reset +submap = reset + # Fenster verkleinern oder vergößern bind = SUPER, left, resizeactive, -20 0 bind = SUPER, right, resizeactive, 20 0 @@ -45,6 +58,8 @@ bind = SUPER, down, resizeactive, 0 20 # STRG + ALT + Pfeil rechts: Workspace nach rechts verschieben bind = CTRL $mainMod, left, movecurrentworkspacetomonitor, l bind = CTRL $mainMod, right, movecurrentworkspacetomonitor, r +bind = CTRL $mainMod, up, movecurrentworkspacetomonitor, u +bind = CTRL $mainMod, down, movecurrentworkspacetomonitor, d # Switch workspaces with mainMod + [0-9] bind = $mainMod, 1, workspace, 1