diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-06-16 17:46:57 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-06-16 17:46:57 +0200 |
| commit | 5d9eb6a40a3b7193462ef879e17ce47df54ff48b (patch) | |
| tree | 44cc7ae9153bf6730f6a365ec0bad9fb4b2b2818 /contrib | |
| parent | 56212eb302457887199bf4ae1e8eb44bd93327f1 (diff) | |
| download | river-5d9eb6a40a3b7193462ef879e17ce47df54ff48b.tar.gz river-5d9eb6a40a3b7193462ef879e17ce47df54ff48b.tar.xz | |
contrib: use rivertile in config.sh example
Diffstat (limited to 'contrib')
| -rwxr-xr-x | contrib/config.sh | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/contrib/config.sh b/contrib/config.sh index 08ca6a2..efd7559 100755 --- a/contrib/config.sh +++ b/contrib/config.sh @@ -63,10 +63,10 @@ riverctl map normal $mod+Shift 0 set-view-tags $all_tags_mask riverctl map normal $mod Space toggle-float # Mod+{Up,Right,Down,Left} to change master orientation -riverctl map normal $mod Up layout top-master -riverctl map normal $mod Right layout right-master -riverctl map normal $mod Down layout bottom-master -riverctl map normal $mod Left layout left-master +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 Left layout rivertile left # Mod+f to change to Full layout riverctl map normal $mod F layout full @@ -80,3 +80,6 @@ riverctl map normal $mod F11 enter-mode passthrough # Mod+F11 to return to normal mode riverctl map passthrough $mod F11 enter-mode normal + +# Set the layout on startup +riverctl layout rivertile left |
