diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-01-13 19:05:03 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-01-13 19:05:03 +0000 |
commit | a9d986dee59721babd26cdcd8645c4d686b7fc93 (patch) | |
tree | ff65b6feca05b1205e869dbcdc1c59364fd467c6 /.config | |
parent | a107315b24d7d13020788e5ddb1a4a5567276d61 (diff) |
Changes to River config attach-mode is now default-attach-mode
Diffstat (limited to '.config')
-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" |