From bef143852aee1a05dd82ebe4fa9431599330b9f3 Mon Sep 17 00:00:00 2001 From: Myned Date: Fri, 6 Dec 2024 19:46:07 -0600 Subject: [PATCH] hyprland: add virt-manager bind Signed-off-by: Myned --- options/custom/desktops/hyprland/binds.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/options/custom/desktops/hyprland/binds.nix b/options/custom/desktops/hyprland/binds.nix index 8b6eee7..73701e6 100644 --- a/options/custom/desktops/hyprland/binds.nix +++ b/options/custom/desktops/hyprland/binds.nix @@ -272,6 +272,7 @@ in { then "--scale 140" else "" } myndows'') + (key "W" "Super+Ctrl+Shift" "exec" virt-manager) (key "W" "Super+Shift" "movetoworkspacesilent" "special:vm") (key "X" "Super" "workspace" "+1") (key "X" "Super+Shift" "movetoworkspacesilent" "+1")