Compare commits

...

2 Commits

Author SHA1 Message Date
Tobias Maier
3249457e9d Added configs for zshrc and river 2022-08-19 18:20:25 +02:00
Tobias Maier
05ff0d81f6 Fixed Pointer accell@ 2022-08-16 07:33:32 +02:00
2 changed files with 8 additions and 2 deletions

6
river/init Normal file → Executable file
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
@@ -161,5 +164,6 @@ riverctl csd-filter-add app-id "gedit"
riverctl default-layout rivertile
exec rivertile -view-padding 3 -outer-padding 3 -main-ratio 0.7
riverctl input pointer-1133-16518-Logitech_G703_LS accel-profile none
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