19 lines
369 B
Bash
Executable File
19 lines
369 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Tiled Layout
|
|
|
|
rivertile -view-padding 4 -outer-padding 0 &
|
|
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
|
|
|
|
pipewire &
|