10 lines
154 B
Bash
Executable file
10 lines
154 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export GTK_IM_MODULE=fcitx
|
|
export QT_IM_MODULE=fcitx
|
|
export XMODIFIERS=@im=fcitx
|
|
fcitx5 -d
|
|
|
|
feh --bg-fill images/wg/yotsuba-ball.webp
|
|
|
|
exec i3
|