19 lines
415 B
Plaintext
19 lines
415 B
Plaintext
PATH=$HOME/.dots/scripts:$HOME/.cargo/bin:$HOME/.ghcup/bin:$HOME/.local/bin:$HOME/.cabal/bin:$PATH
|
|
EDITOR=vim
|
|
VISUAL=vim
|
|
|
|
# gnome
|
|
GTK_IM_MODULE=ibus
|
|
QT_IM_MODULE=ibus
|
|
XMODIFIERS=@im=ibus
|
|
SDL_IM_MODULE=ibus
|
|
GLFW_IM_MODULE=ibus
|
|
|
|
# sway/i3
|
|
# fcitx-5 fcitx5-configtool fcitx5-gtk4 fcitx5-qt fcitx5-mozc
|
|
# GTK_IM_MODULE=fcitx5
|
|
# QT_IM_MODULE=fcitx5
|
|
# SDL_IM_MODULE=fcitx5
|
|
# GLFW_IM_MODULE=ibus
|
|
# XMODIFIERS="@im=fcitx5"
|