river: Add bindings for next and previous view
This commit is contained in:
parent
44bcfcd42d
commit
a5e18095c1
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue