]> Freerunner's - dotfiles.git/commitdiff
hypr: return binds for moving floating windows
authorAndre Ramnitz <tux.rising@gmail.com>
Tue, 29 Apr 2025 08:05:17 +0000 (10:05 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Tue, 29 Apr 2025 08:05:17 +0000 (10:05 +0200)
dot-config/hypr/application-style.conf [new file with mode: 0644]
dot-config/hypr/fragments/keybinds.conf

diff --git a/dot-config/hypr/application-style.conf b/dot-config/hypr/application-style.conf
new file mode 100644 (file)
index 0000000..65fd1f8
--- /dev/null
@@ -0,0 +1,3 @@
+roundness = 1
+border_width = 1
+reduce_motion = false
index d455645e269d9beef84200427922adc2b8ec6e4b..7531ea2f5e8be5c29c7ac096cc2ca508af48dac1 100644 (file)
@@ -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
 # ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────