8 lines
111 B
Bash
Executable file
8 lines
111 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export GTK_IM_MODULE=fcitx
|
|
export QT_IM_MODULE=fcitx
|
|
export XMODIFIERS=@im=fcitx
|
|
fcitx5 -d
|
|
|
|
exec i3
|