pinch to zoom in chrome

This commit is contained in:
elkowar 2023-03-14 13:08:54 +01:00
parent 983aaefa5c
commit 56ce9b7270
No known key found for this signature in database
GPG key ID: E321AD71B1D1F27F
2 changed files with 2 additions and 1 deletions

View file

@ -206,7 +206,7 @@ input "type:keyboard" {
#bindsym --locked XF86AudioLowerVolume exec pamixer -d 5 #bindsym --locked XF86AudioLowerVolume exec pamixer -d 5
bindsym $mod+Shift+S exec grimshot copy area 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
# #

View file

@ -90,6 +90,7 @@ autoload -Uz promptinit && promptinit
# alias # alias
alias ls="exa --icons" alias ls="exa --icons"
alias dots="git -C $HOME/dots-of-war"
# load prompt # load prompt
source "$ZDOTDIR/prompt.zsh" source "$ZDOTDIR/prompt.zsh"