contrib: use rivertile in config.sh example
This commit is contained in:
parent
56212eb302
commit
5d9eb6a40a
1 changed files with 7 additions and 4 deletions
|
@ -63,10 +63,10 @@ riverctl map normal $mod+Shift 0 set-view-tags $all_tags_mask
|
||||||
riverctl map normal $mod Space toggle-float
|
riverctl map normal $mod Space toggle-float
|
||||||
|
|
||||||
# Mod+{Up,Right,Down,Left} to change master orientation
|
# Mod+{Up,Right,Down,Left} to change master orientation
|
||||||
riverctl map normal $mod Up layout top-master
|
riverctl map normal $mod Up layout rivertile top
|
||||||
riverctl map normal $mod Right layout right-master
|
riverctl map normal $mod Right layout rivertile right
|
||||||
riverctl map normal $mod Down layout bottom-master
|
riverctl map normal $mod Down layout rivertile down
|
||||||
riverctl map normal $mod Left layout left-master
|
riverctl map normal $mod Left layout rivertile left
|
||||||
|
|
||||||
# Mod+f to change to Full layout
|
# Mod+f to change to Full layout
|
||||||
riverctl map normal $mod F layout full
|
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
|
# Mod+F11 to return to normal mode
|
||||||
riverctl map passthrough $mod F11 enter-mode normal
|
riverctl map passthrough $mod F11 enter-mode normal
|
||||||
|
|
||||||
|
# Set the layout on startup
|
||||||
|
riverctl layout rivertile left
|
||||||
|
|
Loading…
Reference in a new issue