mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
river: add attach-mode
This commit is contained in:
parent
1c0e61cb2f
commit
33f9026493
@ -239,6 +239,9 @@ riverctl set-repeat 50 300
|
|||||||
# Focus on mouse move
|
# Focus on mouse move
|
||||||
riverctl focus-follows-cursor normal
|
riverctl focus-follows-cursor normal
|
||||||
|
|
||||||
|
# New window position
|
||||||
|
riverctl attach-mode bottom
|
||||||
|
|
||||||
# Set app-ids of views which should float
|
# Set app-ids of views which should float
|
||||||
riverctl float-filter-add "float"
|
riverctl float-filter-add "float"
|
||||||
riverctl float-filter-add "popup"
|
riverctl float-filter-add "popup"
|
||||||
|
0
setup/nnn.sh
Normal file → Executable file
0
setup/nnn.sh
Normal file → Executable file
@ -5,7 +5,7 @@ git clone https://github.com/ifreund/river.git
|
|||||||
cd river
|
cd river
|
||||||
|
|
||||||
echo "Initialize submodules"
|
echo "Initialize submodules"
|
||||||
git submodule update --init
|
git submodule update --init --recursive
|
||||||
|
|
||||||
echo "Install river"
|
echo "Install river"
|
||||||
if command -v doas >/dev/null
|
if command -v doas >/dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user