mirror of
https://github.com/zhenyan121/dotfiles.git
synced 2026-04-09 22:14:09 +08:00
16 lines
320 B
Plaintext
16 lines
320 B
Plaintext
#
|
|
# This file is parsed by pam_env module
|
|
#
|
|
# Syntax: simple "KEY=VAL" pairs on separate lines
|
|
#
|
|
EDITOR=vim
|
|
XIM="fcitx"
|
|
GTK_IM_MODULE=fcitx
|
|
QT_IM_MODULE=fcitx
|
|
XMODIFIERS=@im=fcitx
|
|
XDG_CURRENT_DESKTOP=GNOME
|
|
GSK_RENDERER=gl
|
|
QT_AUTO_SCREEN_SCALE_FACTOR=1
|
|
QT_ENABLE_HIGHDPI_SCALING=1
|
|
_JAVA_OPTIONS="-Dglass.gtk.uiScale=1.5"
|