river: Add bindings for next and previous view

This commit is contained in:
Erwin Boskma 2024-05-29 19:52:12 +02:00
parent 44bcfcd42d
commit a5e18095c1
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -102,6 +102,8 @@ in
"${mod} ${directions.right}" = "focus-view right"; "${mod} ${directions.right}" = "focus-view right";
"${mod} ${directions.up}" = "focus-view up"; "${mod} ${directions.up}" = "focus-view up";
"${mod} ${directions.down}" = "focus-view down"; "${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.left}" = "move left";
"${mod}+Shift ${directions.right}" = "move right"; "${mod}+Shift ${directions.right}" = "move right";