switch to ibus

This commit is contained in:
shibao 2022-01-11 16:59:05 -05:00
parent 6815d828fe
commit 2e833c3558
4 changed files with 10 additions and 7 deletions

View File

@ -23,10 +23,10 @@ export MSBuildSDKsPath="/usr/share/dotnet/sdk/`dotnet --version`/Sdks/"
export DOTNET_CLI_TELEMETRY_OPTOUT=1
export PATH="/home/default/.dotnet/tools:$PATH"
# fcitx
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
# ime
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
# aliases
alias v=nvim

View File

@ -60,8 +60,8 @@ bindsym Ctrl+Alt+l exec "playerctl -a pause; \
### input configuration
# fcitx
exec --no-startup-id fcitx -d
# ibus
exec --no-startup-id ibus-daemon -drxR
### key bindings

3
home/default/.xprofile Normal file
View File

@ -0,0 +1,3 @@
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus

View File

@ -37,7 +37,7 @@ please let me know if i've forgotten one!
- playerctl (music controller)
- materia-dark (gtk theme)
- papirus-dark (icon theme)
- fctix (intl. keyboard input)
- ibus (intl. keyboard input)
- grim (screenshots on wayland)
- wf-recorder (screen recorder on wayland)
- slurp (to select region in wayland)