From 33f90264930a823900d3fa812be267010196e08d Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Tue, 8 Jun 2021 22:44:48 +0300 Subject: [PATCH] river: add attach-mode --- home/.config/river/init | 3 +++ setup/nnn.sh | 0 setup/river.sh | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) mode change 100644 => 100755 setup/nnn.sh diff --git a/home/.config/river/init b/home/.config/river/init index c1d9207..ffe283c 100755 --- a/home/.config/river/init +++ b/home/.config/river/init @@ -239,6 +239,9 @@ riverctl set-repeat 50 300 # Focus on mouse move riverctl focus-follows-cursor normal +# New window position +riverctl attach-mode bottom + # Set app-ids of views which should float riverctl float-filter-add "float" riverctl float-filter-add "popup" diff --git a/setup/nnn.sh b/setup/nnn.sh old mode 100644 new mode 100755 diff --git a/setup/river.sh b/setup/river.sh index d8b8ce6..773d625 100755 --- a/setup/river.sh +++ b/setup/river.sh @@ -5,7 +5,7 @@ git clone https://github.com/ifreund/river.git cd river echo "Initialize submodules" -git submodule update --init +git submodule update --init --recursive echo "Install river" if command -v doas >/dev/null