From ab76a3473921fbb5ba4d817325442f39b8a3fe49 Mon Sep 17 00:00:00 2001 From: rajghosh06-dev Date: Sun, 8 Mar 2026 23:36:01 +0530 Subject: [PATCH] Fix typo: replace invalid 'bindd' with 'bind' --- dotfiles/.config/hypr/conf/keybindings/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.config/hypr/conf/keybindings/default.conf b/dotfiles/.config/hypr/conf/keybindings/default.conf index e2e36bb7b..7a9c45d72 100644 --- a/dotfiles/.config/hypr/conf/keybindings/default.conf +++ b/dotfiles/.config/hypr/conf/keybindings/default.conf @@ -26,7 +26,7 @@ bind = $mainMod SHIFT, Q, exec, hyprctl activewindow | grep pid | tr -d 'pid:' | bind = $mainMod, F, fullscreen, 0 # Set active window to fullscreen bind = $mainMod, M, fullscreen, 1 # Maximize Window bind = $mainMod, T, togglefloating # Toggle active windows into floating mode -bindd = $mainMod SHIFT, T, Float all windows, exec, ~/.config/ml4w/scripts/ml4w-toggle-allfloat # Toggle floating for all windows of workspace +bind = $mainMod SHIFT, T, Float all windows, exec, ~/.config/ml4w/scripts/ml4w-toggle-allfloat # Toggle floating for all windows of workspace bind = $mainMod, J, layoutmsg, togglesplit # Toggle split bind = $mainMod, left, movefocus, l # Move focus left bind = $mainMod, right, movefocus, r # Move focus right