view and adjusted river config
This commit is contained in:
parent
f58bb00e6c
commit
d10d30d16e
@ -14,10 +14,10 @@
|
|||||||
riverctl map normal Super Return spawn wezterm
|
riverctl map normal Super Return spawn wezterm
|
||||||
|
|
||||||
# Super+Q to close the focused view
|
# 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
|
# 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
|
# Super+J and Super+K to focus the next/previous view in the layout stack
|
||||||
riverctl map normal Super J focus-view next
|
riverctl map normal Super J focus-view next
|
||||||
|
|||||||
10
setup.sh
10
setup.sh
@ -10,6 +10,10 @@ cp -r ./.* $HOME/.dotfiles/
|
|||||||
cp -r ./* $HOME/.dotfiles/
|
cp -r ./* $HOME/.dotfiles/
|
||||||
cd $HOME/.dotfiles && stow . && cd -
|
cd $HOME/.dotfiles && stow . && cd -
|
||||||
|
|
||||||
|
mkdir --parents ~/projects/rust
|
||||||
|
mkdir --parents ~/projects/haskell
|
||||||
|
mkdir --parents ~/projects/java
|
||||||
|
mkdir --parents ~/projects/javascript
|
||||||
|
|
||||||
# Setup zsh
|
# Setup zsh
|
||||||
chsh -s $(which 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 ln -s /etc/sv/dbus /var/service
|
||||||
sudo sv up dbus
|
sudo sv up dbus
|
||||||
|
|
||||||
|
|
||||||
mkdir --parents ~/projects/rust
|
|
||||||
mkdir --parents ~/projects/haskell
|
|
||||||
mkdir --parents ~/projects/java
|
|
||||||
mkdir --parents ~/projects/javascript
|
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user