From 7993ec94ddca29bddcbd6becc15fa90e8067f574 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Sat, 24 Sep 2022 23:40:42 +0300 Subject: [PATCH] Dwindle: update move/resize info --- pages/Configuring/Dwindle-Layout.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/pages/Configuring/Dwindle-Layout.md b/pages/Configuring/Dwindle-Layout.md index 662ba43..7f75808 100644 --- a/pages/Configuring/Dwindle-Layout.md +++ b/pages/Configuring/Dwindle-Layout.md @@ -7,14 +7,21 @@ Dwindle splits are NOT PERMANENT. The split is determined dynamically with the W/H ratio of the parent node. If W > H, it's side-by-side. If H > W, it's top-and-bottom. You can make them permanent by enabling `preserve_split`. -Dwindle allows for mouse moving and resizing using the `main_mod` and the mouse -(left for move, right for resize) +Dwindle allows for mouse moving and resizing using the mouse with the following +config: -_Moving (main_mod + LMB)_ +```ini +bindm=SUPER,mouse:272,movewindow +bindm=SUPER,mouse:273,resizewindow +``` + +More info about mouse bindings can be found in [Binds](../Binds#mouse-binds). + +_Moving_ ![moveExampleHyprland](https://user-images.githubusercontent.com/43317083/162996595-c2b41ab1-0f3b-4680-99df-34d6dbad87f4.gif) -_Resizing (main_mod + RMB)_ +_Resizing_ ![resizeExampleHyprland](https://user-images.githubusercontent.com/43317083/162996612-6341199a-eeee-4de0-85ee-f6a42c426c3f.gif)