mirror of
https://github.com/zoriya/dotfiles.git
synced 2026-05-25 15:49:38 +00:00
Add Japanese input method
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
Theme=Nord-Dark
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
# Page size
|
||||
PageSize=5
|
||||
# Enable emoji in hint
|
||||
EnableEmoji=True
|
||||
# Enable emoji in quickphrase
|
||||
EnableQuickPhraseEmoji=True
|
||||
# Choose key modifier
|
||||
Choose Modifier=Alt
|
||||
# Enable hint by default
|
||||
EnableHintByDefault=False
|
||||
# Use new compose behavior
|
||||
UseNewComposeBehavior=True
|
||||
# Type special characters with long press
|
||||
EnableLongPress=False
|
||||
# Applications disabled for long press
|
||||
LongPressBlocklist=
|
||||
|
||||
[PrevCandidate]
|
||||
0=Shift+Tab
|
||||
|
||||
[NextCandidate]
|
||||
0=Tab
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# Hidden Notifications
|
||||
HiddenNotifications=
|
||||
|
||||
@@ -0,0 +1,63 @@
|
||||
[Hotkey]
|
||||
# Enumerate when press trigger key repeatedly
|
||||
EnumerateWithTriggerKeys=True
|
||||
# Temporally switch between first and current Input Method
|
||||
AltTriggerKeys=
|
||||
# Enumerate Input Method Forward
|
||||
EnumerateForwardKeys=
|
||||
# Enumerate Input Method Backward
|
||||
EnumerateBackwardKeys=
|
||||
# Skip first input method while enumerating
|
||||
EnumerateSkipFirst=False
|
||||
# Enumerate Input Method Group Forward
|
||||
EnumerateGroupForwardKeys=
|
||||
# Enumerate Input Method Group Backward
|
||||
EnumerateGroupBackwardKeys=
|
||||
# Activate Input Method
|
||||
ActivateKeys=
|
||||
# Deactivate Input Method
|
||||
DeactivateKeys=
|
||||
# Default Previous page
|
||||
PrevPage=
|
||||
# Default Next page
|
||||
NextPage=
|
||||
# Toggle embedded preedit
|
||||
TogglePreedit=
|
||||
|
||||
[Hotkey/TriggerKeys]
|
||||
0=Hangul
|
||||
|
||||
[Hotkey/PrevCandidate]
|
||||
0=Shift+Tab
|
||||
|
||||
[Hotkey/NextCandidate]
|
||||
0=Tab
|
||||
|
||||
[Behavior]
|
||||
# Active By Default
|
||||
ActiveByDefault=False
|
||||
# Share Input State
|
||||
ShareInputState=All
|
||||
# Show preedit in application
|
||||
PreeditEnabledByDefault=True
|
||||
# Show Input Method Information when switch input method
|
||||
ShowInputMethodInformation=True
|
||||
# Show Input Method Information when changing focus
|
||||
showInputMethodInformationWhenFocusIn=False
|
||||
# Show compact input method information
|
||||
CompactInputMethodInformation=True
|
||||
# Show first input method information
|
||||
ShowFirstInputMethodInformation=True
|
||||
# Default page size
|
||||
DefaultPageSize=5
|
||||
# Override Xkb Option
|
||||
OverrideXkbOption=False
|
||||
# Custom Xkb Option
|
||||
CustomXkbOption=
|
||||
# Force Enabled Addons
|
||||
EnabledAddons=
|
||||
# Force Disabled Addons
|
||||
DisabledAddons=
|
||||
# Preload input method to be used by default
|
||||
PreloadInputMethod=True
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
[Groups/0]
|
||||
# Group Name
|
||||
Name=Default
|
||||
# Layout
|
||||
Default Layout=us
|
||||
# Default Input Method
|
||||
DefaultIM=mozc
|
||||
|
||||
[Groups/0/Items/0]
|
||||
# Name
|
||||
Name=keyboard-us
|
||||
# Layout
|
||||
Layout=
|
||||
|
||||
[Groups/0/Items/1]
|
||||
# Name
|
||||
Name=mozc
|
||||
# Layout
|
||||
Layout=
|
||||
|
||||
[GroupOrder]
|
||||
0=Default
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 337 B |
Binary file not shown.
|
After Width: | Height: | Size: 272 B |
@@ -0,0 +1,98 @@
|
||||
# vim: ft=dosini
|
||||
[Metadata]
|
||||
Name=Nord-Dark
|
||||
Version=0.1
|
||||
Author=tonyfettes
|
||||
Description=Nord Color Theme (Dark)
|
||||
ScaleWithDPI=True
|
||||
|
||||
[InputPanel]
|
||||
# 字体
|
||||
Font=Sans 13
|
||||
# 非选中候选字颜色
|
||||
NormalColor=#81a1c1
|
||||
# 选中候选字颜色
|
||||
HighlightCandidateColor=#88c0d0
|
||||
# 高亮前景颜色(输入字符颜色)
|
||||
HighlightColor=#88c0d0
|
||||
# 输入字符背景颜色
|
||||
HighlightBackgroundColor=#434c5e
|
||||
#
|
||||
Spacing=3
|
||||
|
||||
[InputPanel/TextMargin]
|
||||
# 候选字对左边距
|
||||
Left=10
|
||||
# 候选字对右边距
|
||||
Right=10
|
||||
# 候选字向上边距
|
||||
Top=6
|
||||
# 候选字向下边距
|
||||
Bottom=6
|
||||
|
||||
[InputPanel/Background]
|
||||
Color=#434c5e
|
||||
|
||||
[InputPanel/Background/Margin]
|
||||
Left=2
|
||||
Right=2
|
||||
Top=2
|
||||
Bottom=2
|
||||
|
||||
[InputPanel/Highlight]
|
||||
Color=#4c566a
|
||||
|
||||
[InputPanel/Highlight/Margin]
|
||||
# 高亮区域左边距
|
||||
Left=10
|
||||
# 高亮区域右边距
|
||||
Right=10
|
||||
# 高亮区域上边距
|
||||
Top=7
|
||||
# 高亮区域下边距
|
||||
Bottom=7
|
||||
|
||||
[Menu]
|
||||
Font=Sans 10
|
||||
NormalColor=#eceff4
|
||||
#HighlightColor=#4c566a
|
||||
Spacing=3
|
||||
|
||||
[Menu/Background]
|
||||
Color=#434c5e
|
||||
|
||||
[Menu/Background/Margin]
|
||||
Left=2
|
||||
Right=2
|
||||
Top=2
|
||||
Bottom=2
|
||||
|
||||
[Menu/ContentMargin]
|
||||
Left=2
|
||||
Right=2
|
||||
Top=2
|
||||
Bottom=2
|
||||
|
||||
[Menu/Highlight]
|
||||
Color=#4c566a
|
||||
|
||||
[Menu/Highlight/Margin]
|
||||
Left=10
|
||||
Right=10
|
||||
Top=5
|
||||
Bottom=5
|
||||
|
||||
[Menu/Separator]
|
||||
Color=#2e3440
|
||||
|
||||
[Menu/CheckBox]
|
||||
Image=radio.png
|
||||
|
||||
[Menu/SubMenu]
|
||||
Image=arrow.png
|
||||
|
||||
[Menu/TextMargin]
|
||||
Left=5
|
||||
Right=5
|
||||
Top=5
|
||||
Bottom=5
|
||||
@@ -40,6 +40,13 @@ noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
|
||||
# Japanese
|
||||
fcitx5
|
||||
fcitx5-qt
|
||||
fcitx5-gtk
|
||||
fcitx5-lua
|
||||
fcitx5-mozc
|
||||
|
||||
# Apps
|
||||
feh
|
||||
rofi
|
||||
|
||||
@@ -10,9 +10,6 @@ super + r
|
||||
super + e
|
||||
$TERMINAL
|
||||
|
||||
super + x
|
||||
rofi -modi todo:~/.config/rofi/todo.sh -show todo
|
||||
|
||||
super + v
|
||||
CM_LAUNCHER=rofi clipmenu
|
||||
|
||||
@@ -33,6 +30,3 @@ XF86AudioStop
|
||||
|
||||
Print
|
||||
maim -s | xclip -selection clipboard -t image/png
|
||||
|
||||
super + z
|
||||
dunstctl close-all
|
||||
|
||||
Reference in New Issue
Block a user