From 56ce9b7270ce2684a70710fcdf822f1b870294fe Mon Sep 17 00:00:00 2001 From: elkowar <5300871+elkowar@users.noreply.github.com> Date: Tue, 14 Mar 2023 13:08:54 +0100 Subject: [PATCH] pinch to zoom in chrome --- sway/.config/sway/config | 2 +- zsh/.config/zsh/.zshrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"