diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2021-01-07 11:33:40 +0100 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2021-01-07 11:33:40 +0100 |
| commit | faca330bd05fc2d2c8f175fa3d3f068af6f1fbbe (patch) | |
| tree | 60c3e363b2f7b6a336fbf4218f61b20d037bcc33 /example | |
| parent | b468f0aa8502e0cec985f4a9f799c292565f5dcf (diff) | |
| download | river-faca330bd05fc2d2c8f175fa3d3f068af6f1fbbe.tar.gz river-faca330bd05fc2d2c8f175fa3d3f068af6f1fbbe.tar.xz | |
docs: fix typo in example init script
Diffstat (limited to 'example')
| -rwxr-xr-x | example/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/init b/example/init index 879aaa1..84c0e05 100755 --- a/example/init +++ b/example/init @@ -105,7 +105,7 @@ riverctl map normal $mod F toggle-fullscreen # Mod+{Up,Right,Down,Left} to change layout orientation riverctl map normal $mod Up layout rivertile top riverctl map normal $mod Right layout rivertile right -riverctl map normal $mod Down layout rivertile down +riverctl map normal $mod Down layout rivertile bottom riverctl map normal $mod Left layout rivertile left # Mod+S to change to Full layout |
