config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

commit 1588c25c4b87bba475ee34cd5b5a81ab6b5e7835
parent 8dc558989a6e8b435a619fe5f919879eb8fa73eb
Author: dwrz <dwrz@dwrz.net>
Date:   Sat,  7 Sep 2024 22:14:16 +0000

Add profile MOZ_USE_XINPUT2

Diffstat:
Mprofile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/profile b/profile @@ -15,6 +15,7 @@ export HISTSIZE= export HISTTIMEFORMAT='%Y-%m-%dT%H:%M:%S%z ' export INPUTRC="${XDG_CONFIG_HOME}/readline/inputrc" export LESSHISTFILE="${XDG_CONFIG_HOME}/less/history" +export MOZ_USE_XINPUT2=1 export NVM_DIR="${XDG_DATA_HOME}/nvm" export PASSWORD_STORE_DIR="${XDG_CONFIG_HOME}/pass" export QT_IM_MODULE="fcitx"