diff options
Diffstat (limited to '.config/river')
-rwxr-xr-x | .config/river/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/river/init b/.config/river/init index 4a60a20..1da7628 100755 --- a/.config/river/init +++ b/.config/river/init @@ -152,7 +152,7 @@ riverctl spawn-tagmask ${all_but_scratch_tag} riverctl default-layout rivertile rivertile -view-padding 5 -outer-padding 5 -main-ratio 0.5 & # Attach new windows at the bottom of the stack -riverctl attach-mode bottom +riverctl default-attach-mode bottom # Super+{Up,Right,Down,Left} to change layout orientation riverctl map normal Super Up send-layout-cmd rivertile "main-location top" riverctl map normal Super Right send-layout-cmd rivertile "main-location right" |