From 373e608f2ea3978200984df88bf10011e9998474 Mon Sep 17 00:00:00 2001 From: ziro Date: Sat, 8 Apr 2023 06:19:27 +0700 Subject: [PATCH] feat: Enable move window with MOD + Mouse clicks bind --- .config/hypr/hyprland.conf | 4 ++-- .config/tdm/default | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 745e1f5..b0c7535 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -128,5 +128,5 @@ bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_up, workspace, e-1 # Move/resize windows with mainMod + LMB/RMB and dragging -#bindm = $metaMod, mouse:272, movewindow -#bindm = $metaMod, mouse:273, resizewindow +bindm = $mainMod, mouse:272, movewindow +bindm = $mainMod, mouse:273, resizewindow diff --git a/.config/tdm/default b/.config/tdm/default index 5ef608d..5ee27ce 120000 --- a/.config/tdm/default +++ b/.config/tdm/default @@ -1 +1 @@ -/home/ziro/.config/tdm/sessions/dwm \ No newline at end of file +/home/ziro/.config/tdm/extra/hyprland \ No newline at end of file