From ae6f20fe8211c7da276195022810ece36c8671f2 Mon Sep 17 00:00:00 2001
From: punkfairie <marley@punkfairie.net>
Date: Fri, 28 Feb 2025 20:25:12 -0800
Subject: [PATCH] feat(home): Remove Ctrl+V shortcut oops

---
 modules/home/wayland/niri/default.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/home/wayland/niri/default.nix b/modules/home/wayland/niri/default.nix
index d30b62e..73ea3ee 100644
--- a/modules/home/wayland/niri/default.nix
+++ b/modules/home/wayland/niri/default.nix
@@ -132,8 +132,8 @@ in {
           "Mod+Equal".action = set-column-width "+10%";
           "Mod+Shift+Minus".action = set-window-height "-10%";
           "Mod+Shift+Equal".action = set-window-height "+10%";
-          "Mod+V".action = toggle-window-floating;
-          "Mod+Shift+V".action = switch-focus-between-floating-and-tiling;
+          "Mod+G".action = toggle-window-floating;
+          "Mod+Shift+G".action = switch-focus-between-floating-and-tiling;
           "Mod+T".action = toggle-column-tabbed-display;
           "Print".action = screenshot;
           "Ctrl+Print".action = screenshot-screen;