Added fcitx5 for jp IME
This commit is contained in:
parent
4f311e36de
commit
a59ce92db2
2 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,7 @@ cpupower frequency-set -g performance
|
|||
dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
|
||||
|
||||
# Universal Autostarts
|
||||
fcitx5 -d &
|
||||
xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/Xresources &
|
||||
unclutter &
|
||||
dunst &
|
||||
|
|
|
@ -3,6 +3,12 @@
|
|||
# Path
|
||||
PATH="$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')${PATH:+:${PATH}}"
|
||||
|
||||
# IBus stuff
|
||||
export GTK_IM_MODULE='ibus'
|
||||
export QT_IM_MODULE='ibus'
|
||||
export XMODIFIERS=@im='ibus'
|
||||
export GLFW_IM_MODULE='ibus'
|
||||
|
||||
# DEFAULT
|
||||
export QT_QPA_PLATFORMTHEME='qt5ct'
|
||||
if [[ -n $SSH_CONNECTION ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue