mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
pinch to zoom in chrome
This commit is contained in:
parent
983aaefa5c
commit
56ce9b7270
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue