From 5d9eb6a40a3b7193462ef879e17ce47df54ff48b Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Tue, 16 Jun 2020 17:46:57 +0200 Subject: [PATCH] contrib: use rivertile in config.sh example --- contrib/config.sh | 11 +++++++---- 1 file 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