diff options
| author | Lennard Hofmann <lennard.hofmann@web.de> | 2020-06-29 21:53:30 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-06-29 22:15:30 +0200 |
| commit | 3b508688ea799adf43beebb015b4230dbfa9f6f2 (patch) | |
| tree | 6643de8d87e4f5b88234de56e8b6653835bf7087 | |
| parent | 34d42d9e8cb2b57ed3ded3643c3a09cf4978e9a8 (diff) | |
| download | river-3b508688ea799adf43beebb015b4230dbfa9f6f2.tar.gz river-3b508688ea799adf43beebb015b4230dbfa9f6f2.tar.xz | |
docs: Fix duplicate mapping in config.sh
| -rwxr-xr-x | contrib/config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/config.sh b/contrib/config.sh index d4447f3..3b8355c 100755 --- a/contrib/config.sh +++ b/contrib/config.sh @@ -63,7 +63,7 @@ riverctl map normal $mod+Shift 0 set-view-tags $all_tags_mask riverctl map normal $mod Space toggle-float # Mod+F to toggle fullscreen -riverctl map normal $mod Space toggle-fullscreen +riverctl map normal $mod F toggle-fullscreen # Mod+{Up,Right,Down,Left} to change master orientation riverctl map normal $mod Up layout rivertile top |
