diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 0c05b43..300c260 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -206,7 +206,7 @@ input "type:keyboard" { #bindsym --locked XF86AudioLowerVolume exec pamixer -d 5 bindsym $mod+Shift+S exec grimshot copy area -bindsym $mod+Shift+b exec google-chrome-stable +bindsym $mod+Shift+b exec google-chrome-stable --enable-features=TouchpadOverscrollHistoryNavigation # diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 0b4e014..efd9d83 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -90,6 +90,7 @@ autoload -Uz promptinit && promptinit # alias alias ls="exa --icons" +alias dots="git -C $HOME/dots-of-war" # load prompt source "$ZDOTDIR/prompt.zsh"