From a7361a2bf91535f2a6bb3c3e07ad712858da17cf Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Wed, 25 Jun 2025 11:53:36 +0800 Subject: [PATCH] feat(hyprland): add togglefloating keybind without mouse --- .../rafiq/desktop/window-manager/_hyprland/keybinds.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/homes/x86_64-linux/rafiq/desktop/window-manager/_hyprland/keybinds.nix b/homes/x86_64-linux/rafiq/desktop/window-manager/_hyprland/keybinds.nix index 28d584b..6191939 100644 --- a/homes/x86_64-linux/rafiq/desktop/window-manager/_hyprland/keybinds.nix +++ b/homes/x86_64-linux/rafiq/desktop/window-manager/_hyprland/keybinds.nix @@ -20,6 +20,7 @@ "ALT_SHIFT, J, resizeactive, 0 -10%" "ALT_SHIFT, K, resizeactive, 0 10%" "ALT_SHIFT, L, resizeactive, 10% 0" + "$hypr, V, togglefloating" "SUPER_CTRL, H, workspace, r-1" "SUPER_CTRL, L, workspace, r+1" "$hypr, H, movetoworkspace, r-1"