river: add attach-mode

This commit is contained in:
Hoang Nguyen 2021-06-08 22:44:48 +03:00
parent 1c0e61cb2f
commit 33f9026493
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
3 changed files with 4 additions and 1 deletions

View File

@ -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"

0
setup/nnn.sh Normal file → Executable file
View File

View File

@ -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