Added configs for zshrc and river

This commit is contained in:
Tobias Maier
2022-08-19 18:20:25 +02:00
parent 05ff0d81f6
commit 3249457e9d
2 changed files with 7 additions and 1 deletions

View File

@@ -11,9 +11,12 @@
# Note: the "Super" modifier is also known as Logo, GUI, Windows, Mod4, etc.
riverctl spawn waybar
riverctl spawn "nm-applet --indicator"
riverctl spawn "udiskie --tray"
# Super+Shift+Return to start an instance of foot (https://codeberg.org/dnkl/foot)
riverctl map normal Super Return spawn foot
riverctl map normal Super Escape spawn "swaylock -i /home/tobi/bg/THV.jpg --effect-blur 4x2 --fade-in 0.5 --indicator --clock"
riverctl map normal Super D spawn "rofi -show run -theme solarized"
# Super+Q to close the focused view
riverctl map normal Super Q close
@@ -163,3 +166,4 @@ exec rivertile -view-padding 3 -outer-padding 3 -main-ratio 0.7
riverctl input pointer-1133-16518-Logitech_G703_LS accel-profile flat
riverctl input pointer-1133-16518-Logitech_G703_LS pointer-accel -0.2
riverctl input pointer-2-14-ETPS/2_Elantech_Touchpad natural-scroll enabled

View File

@@ -52,7 +52,9 @@ alias cd="z"
alias vim="nvim"
alias e="nvim"
alias ssh="TERM=\"xterm-256color\" ssh"
eval "$(zoxide init zsh)"
bindkey '^[[A' up-line-or-search
bindkey '^[[B' down-line-or-search
bindkey '^[[B' down-line-or-search