Compare commits
2 Commits
f71ff1d2ef
...
3249457e9d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3249457e9d | ||
|
|
05ff0d81f6 |
6
river/init
Normal file → Executable file
6
river/init
Normal file → Executable file
@@ -11,9 +11,12 @@
|
|||||||
# Note: the "Super" modifier is also known as Logo, GUI, Windows, Mod4, etc.
|
# Note: the "Super" modifier is also known as Logo, GUI, Windows, Mod4, etc.
|
||||||
|
|
||||||
riverctl spawn waybar
|
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)
|
# 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 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"
|
riverctl map normal Super D spawn "rofi -show run -theme solarized"
|
||||||
# Super+Q to close the focused view
|
# Super+Q to close the focused view
|
||||||
riverctl map normal Super Q close
|
riverctl map normal Super Q close
|
||||||
@@ -161,5 +164,6 @@ riverctl csd-filter-add app-id "gedit"
|
|||||||
riverctl default-layout rivertile
|
riverctl default-layout rivertile
|
||||||
exec rivertile -view-padding 3 -outer-padding 3 -main-ratio 0.7
|
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-1133-16518-Logitech_G703_LS pointer-accel -0.2
|
||||||
|
riverctl input pointer-2-14-ETPS/2_Elantech_Touchpad natural-scroll enabled
|
||||||
|
|||||||
@@ -52,7 +52,9 @@ alias cd="z"
|
|||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
alias e="nvim"
|
alias e="nvim"
|
||||||
|
|
||||||
|
alias ssh="TERM=\"xterm-256color\" ssh"
|
||||||
|
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
|
|
||||||
bindkey '^[[A' up-line-or-search
|
bindkey '^[[A' up-line-or-search
|
||||||
bindkey '^[[B' down-line-or-search
|
bindkey '^[[B' down-line-or-search
|
||||||
|
|||||||
Reference in New Issue
Block a user