view and adjusted river config

This commit is contained in:
Christian Figueroa 2025-01-20 23:12:43 -08:00
parent f58bb00e6c
commit d10d30d16e
2 changed files with 6 additions and 8 deletions

View File

@ -14,10 +14,10 @@
riverctl map normal Super Return spawn wezterm
# Super+Q to close the focused view
riverctl map normal Super Q close
riverctl map normal Super W close
# Super+Shift+E to exit river
riverctl map normal Super+Shift E exit
riverctl map normal Super+Shift Q exit
# Super+J and Super+K to focus the next/previous view in the layout stack
riverctl map normal Super J focus-view next

View File

@ -10,6 +10,10 @@ cp -r ./.* $HOME/.dotfiles/
cp -r ./* $HOME/.dotfiles/
cd $HOME/.dotfiles && stow . && cd -
mkdir --parents ~/projects/rust
mkdir --parents ~/projects/haskell
mkdir --parents ~/projects/java
mkdir --parents ~/projects/javascript
# Setup zsh
chsh -s $(which zsh)
@ -21,10 +25,4 @@ sudo xbps-install -y rustup ghc openjdk21 apache-maven gradle nodejs
sudo ln -s /etc/sv/dbus /var/service
sudo sv up dbus
mkdir --parents ~/projects/rust
mkdir --parents ~/projects/haskell
mkdir --parents ~/projects/java
mkdir --parents ~/projects/javascript
exit