From a9d986dee59721babd26cdcd8645c4d686b7fc93 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sat, 13 Jan 2024 19:05:03 +0000 Subject: Changes to River config attach-mode is now default-attach-mode --- .config/river/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/river') 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" -- cgit v1.2.3