Files
land/dotfiles/river/.config/river/init
T

25 lines
527 B
Bash
Raw Normal View History

2026-05-14 18:21:18 +03:00
#!/bin/sh
# Tiled Layout
2026-05-19 19:02:39 +03:00
rivertile -view-padding 4 -outer-padding 0 -main-ratio 0.5 &
2026-05-14 18:21:18 +03:00
riverctl default-layout rivertile
riverctl default-attach-mode above
# Move cursor to the center of focused window
riverctl set-cursor-warp on-focus-change
. "$HOME/.config/river/init-keymaps"
. "$HOME/.config/river/init-input"
# Background Color
riverctl background-color 0x000000
pkill -9 pipewire
2026-05-15 15:43:31 +03:00
riverctl spawn 'pipewire'
2026-05-15 15:43:31 +03:00
riverctl spawn 'mako'
2026-05-16 01:05:36 +03:00
riverctl spawn "$HOME/.config/river/bar"
riverctl spawn "$HOME/.config/river/status"