Add jp input

This commit is contained in:
Marco Thomas
2022-05-20 11:52:00 +02:00
parent d76b99cfff
commit 6f032ddd27
3 changed files with 16 additions and 9 deletions

View File

@@ -10,12 +10,13 @@ Fallsback are provided in =fallback-fonts/=
SFMono also provides icons. SFMono also provides icons.
* notable deps * notable deps
- =fzf= + =fzf=
- =ripgrep= + =ripgrep=
- =ripgrep-all= + =ripgrep-all=
- =fd= + =fd=
- =fu= (find icons) + =fu= (find icons)
- =wlogout= + =wlogout=
- =bemenu= + =bemenu=
- =slurp=, =grim=, =swappy= + =slurp=, =grim=, =swappy=
- =SwayNotificationCenter= + =SwayNotificationCenter=
+ all =fcitx5= stuff (data, gtk, qt, mozc)

View File

@@ -4,3 +4,8 @@ VISUAL=vim
_JAVA_AWT_WM_NONREPARENTING=1 _JAVA_AWT_WM_NONREPARENTING=1
SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket" SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"
DOCKER_HOST=unix:///run/user/$UID/podman/podman.sock DOCKER_HOST=unix:///run/user/$UID/podman/podman.sock
GTK_IM_MODULE=fcitx5
QT_IM_MODULE=fcitx5
SDL_IM_MODULE=fcitx5
GLFW_IM_MODULE=ibus
XMODIFIERS="@im=fcitx5"

View File

@@ -197,6 +197,7 @@ bar {
# Startup programs # Startup programs
exec syncthing exec syncthing
exec swaync exec swaync
exec fcitx5
# Include some defaults # Include some defaults
include /etc/sway/config.d/* include /etc/sway/config.d/*