diff --git a/river/init b/river/init index 06b929a..c4b12e3 100755 --- a/river/init +++ b/river/init @@ -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 diff --git a/zsh/.zshrc b/zsh/.zshrc index b43ae10..134eee2 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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 \ No newline at end of file +bindkey '^[[B' down-line-or-search