From d10d30d16e88256fe5bc6d72e33e00bf0f45af0c Mon Sep 17 00:00:00 2001 From: Christian Figueroa Date: Mon, 20 Jan 2025 23:12:43 -0800 Subject: [PATCH] view and adjusted river config --- .config/river/init | 4 ++-- setup.sh | 10 ++++------ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.config/river/init b/.config/river/init index 1ba1c8c..3c57914 100755 --- a/.config/river/init +++ b/.config/river/init @@ -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 diff --git a/setup.sh b/setup.sh index 1140ed2..aba1db8 100755 --- a/setup.sh +++ b/setup.sh @@ -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