From f52afd571b7632ee0239412de9f5c5e5785b726d Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Tue, 29 Apr 2025 10:05:17 +0200 Subject: [PATCH] hypr: return binds for moving floating windows --- dot-config/hypr/application-style.conf | 3 +++ dot-config/hypr/fragments/keybinds.conf | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 dot-config/hypr/application-style.conf diff --git a/dot-config/hypr/application-style.conf b/dot-config/hypr/application-style.conf new file mode 100644 index 00000000..65fd1f8a --- /dev/null +++ b/dot-config/hypr/application-style.conf @@ -0,0 +1,3 @@ +roundness = 1 +border_width = 1 +reduce_motion = false diff --git a/dot-config/hypr/fragments/keybinds.conf b/dot-config/hypr/fragments/keybinds.conf index d455645e..7531ea2f 100644 --- a/dot-config/hypr/fragments/keybinds.conf +++ b/dot-config/hypr/fragments/keybinds.conf @@ -110,6 +110,15 @@ bind = $mainmod, U, changegroupactive, b bind = $mainmod SHIFT, O, movegroupwindow, f bind = $mainmod SHIFT, U, movegroupwindow, b +# Move floating windows u/d/l/r +bind = $mainmod ALT, left, moveactive, -40 0 +bind = $mainmod ALT, right, moveactive, 40 0 +bind = $mainmod ALT, up, moveactive, 0 -40 +bind = $mainmod ALT, down, moveactive, 0 40 +bind = $mainmod ALT, H, moveactive, -40 0 +bind = $mainmod ALT, L, moveactive, 40 0 +bind = $mainmod ALT, K, moveactive, 0 -40 +bind = $mainmod ALT, J, moveactive, 0 40 # workspaces # ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── -- 2.51.2