diff --git a/home-manager/modules/river/default.nix b/home-manager/modules/river/default.nix index 5717414..ad5462d 100644 --- a/home-manager/modules/river/default.nix +++ b/home-manager/modules/river/default.nix @@ -102,6 +102,8 @@ in "${mod} ${directions.right}" = "focus-view right"; "${mod} ${directions.up}" = "focus-view up"; "${mod} ${directions.down}" = "focus-view down"; + "${mod} h" = "focus-view previous"; + "${mod} apostrophe" = "focus-view next"; "${mod}+Shift ${directions.left}" = "move left"; "${mod}+Shift ${directions.right}" = "move right";