From f8f92e2bab5ecdbcaf184c546d4e83219f2293e9 Mon Sep 17 00:00:00 2001
From: Crony Akatsuki <crony@cronyakatsuki.xyz>
Date: Fri, 6 Jun 2025 22:28:12 +0200
Subject: [PATCH] feat(river): fix some keybindings.

---
 modules/linux/home-manager/river.nix | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/linux/home-manager/river.nix b/modules/linux/home-manager/river.nix
index 78114ff..247dffa 100644
--- a/modules/linux/home-manager/river.nix
+++ b/modules/linux/home-manager/river.nix
@@ -75,10 +75,10 @@ in {
         map = {
           normal = {
             "Super Return" = "spawn foot";
-            "Super Q" = "close";
+            "Super+Shift Q" = "close";
             "Super+Ctrl E" = "exit";
-            "J" = "focus-view next";
-            "K" = "focus-view previous";
+            "Super J" = "focus-view next";
+            "Super K" = "focus-view previous";
             "Super+Shift J" = "swap next";
             "Super+Shift K" = "swap previous";
             "Super+Shift Return" = "zoom";