add 2 finger control on firefox
This commit is contained in:
parent
b1c8f3f939
commit
130f806eb1
1 changed files with 2 additions and 0 deletions
2
arch.sh
2
arch.sh
|
@ -330,6 +330,8 @@ then
|
|||
sleep 2
|
||||
pkill firefox
|
||||
wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/.mozilla/firefox/user.js -P "$HOME"/.mozilla/firefox/*.default-release
|
||||
# 2 fingers history control
|
||||
echo "export MOZ_USE_XINPUT2=1" >> "$HOME"/.profile
|
||||
|
||||
# === Manual color ==
|
||||
fish -c "set -Ux MANPAGER \"sh -c 'col -bx | bat -l man -p'\""
|
||||
|
|
Loading…
Reference in a new issue