bug: fix jp input
This commit is contained in:
@@ -3,14 +3,16 @@ EDITOR=vim
|
||||
VISUAL=vim
|
||||
|
||||
# gnome
|
||||
# GTK_IM_MODULE=ibus
|
||||
# QT_IM_MODULE=ibus
|
||||
# XMODIFIERS=@im=ibus
|
||||
GTK_IM_MODULE=ibus
|
||||
QT_IM_MODULE=ibus
|
||||
XMODIFIERS=@im=ibus
|
||||
SDL_IM_MODULE=ibus
|
||||
GLFW_IM_MODULE=ibus
|
||||
|
||||
# sway/i3
|
||||
# fcitx-5 fcitx5-configtool fcitx5-gtk4 fcitx5-qt fcitx5-mozc
|
||||
GTK_IM_MODULE=fcitx5
|
||||
QT_IM_MODULE=fcitx5
|
||||
SDL_IM_MODULE=fcitx5
|
||||
GLFW_IM_MODULE=ibus
|
||||
XMODIFIERS="@im=fcitx5"
|
||||
# GTK_IM_MODULE=fcitx5
|
||||
# QT_IM_MODULE=fcitx5
|
||||
# SDL_IM_MODULE=fcitx5
|
||||
# GLFW_IM_MODULE=ibus
|
||||
# XMODIFIERS="@im=fcitx5"
|
||||
|
||||
@@ -133,6 +133,9 @@ bindsym $mod+Shift+8 move container to workspace number 8
|
||||
bindsym $mod+Shift+9 move container to workspace number 9
|
||||
bindsym $mod+Shift+0 move container to workspace number 10
|
||||
|
||||
bindsym $mod+t layout tabbed
|
||||
bindsym $mod+s layout splith
|
||||
|
||||
bindsym $mod+Shift+c reload
|
||||
bindsym $mod+Shift+r restart
|
||||
|
||||
|
||||
@@ -26,9 +26,11 @@ font-0 = "SFMono Nerd Font:weight=bold:pixelsize=12;3"
|
||||
|
||||
modules-left = i3 title
|
||||
modules-center =
|
||||
modules-right = tray updates backlight time battery
|
||||
; modules-right = tray updates backlight time battery
|
||||
modules-right = updates backlight time battery
|
||||
|
||||
tray-position = adaptive
|
||||
; tray-position = adaptive
|
||||
tray-position = right
|
||||
tray-maxsize = 16
|
||||
tray-padding = 15
|
||||
|
||||
@@ -137,5 +139,5 @@ exec = "dnf -q check-update | wc -l"
|
||||
label = " %output%"
|
||||
interval = 600
|
||||
|
||||
[module/tray]
|
||||
type = internal/tray
|
||||
; [module/tray]
|
||||
; type = internal/tray
|
||||
|
||||
Reference in New Issue
Block a user