diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-08-28 12:49:18 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-08-28 12:49:18 +0200 |
commit | 78c931cf2d4fdb59814ef1d4e1f57cc435e22fdd (patch) | |
tree | ef0f40f0c9101d1c353b99bb130bf807555a2895 /.config/fcitx5/conf | |
parent | d773a89aba85174caac216573f2275b7c881f01a (diff) |
japanese polybar + fcitx5 config files
Diffstat (limited to '.config/fcitx5/conf')
-rw-r--r-- | .config/fcitx5/conf/classicui.conf | 25 | ||||
-rw-r--r-- | .config/fcitx5/conf/imselector.conf | 10 | ||||
-rw-r--r-- | .config/fcitx5/conf/mozc.conf | 11 | ||||
-rw-r--r-- | .config/fcitx5/conf/notifications.conf | 3 |
4 files changed, 49 insertions, 0 deletions
diff --git a/.config/fcitx5/conf/classicui.conf b/.config/fcitx5/conf/classicui.conf new file mode 100644 index 0000000..12677f6 --- /dev/null +++ b/.config/fcitx5/conf/classicui.conf @@ -0,0 +1,25 @@ +# Vertical Candidate List +Vertical Candidate List=False +# Use Per Screen DPI +PerScreenDPI=True +# Use mouse wheel to go to prev or next page +WheelForPaging=True +# Font +Font="Sans 10" +# Menu Font +MenuFont="Sans 10" +# Tray Font +TrayFont="JetBrainsMono Nerd Font Mono Bold 10" +# Tray Label Outline Color +TrayOutlineColor=#00000000 +# Tray Label Text Color +TrayTextColor=#ffffff00 +# Prefer Text Icon +PreferTextIcon=True +# Show Layout Name In Icon +ShowLayoutNameInIcon=False +# Use input method language to display text +UseInputMethodLangaugeToDisplayText=True +# Theme +Theme=loek + diff --git a/.config/fcitx5/conf/imselector.conf b/.config/fcitx5/conf/imselector.conf new file mode 100644 index 0000000..87428a1 --- /dev/null +++ b/.config/fcitx5/conf/imselector.conf @@ -0,0 +1,10 @@ +# Trigger Key for only current input context +TriggerKeyLocal= +# Hotkey for switching to the N-th input method +SwitchKey= +# Hotkey for switching to the N-th input method for only current input context +SwitchKeyLocal= + +[TriggerKey] +0=Super+Z + diff --git a/.config/fcitx5/conf/mozc.conf b/.config/fcitx5/conf/mozc.conf new file mode 100644 index 0000000..16c9eb0 --- /dev/null +++ b/.config/fcitx5/conf/mozc.conf @@ -0,0 +1,11 @@ +# Initial Mode +InitialMode=Hiragana +# Vertical candidate list +Vertical=True +# Expand Usage (Requires vertical candidate list) +ExpandMode="On Focus" +# Fix embedded preedit cursor at the beginning of the preedit +PreeditCursorPositionAtBeginning=False +# Hotkey to expand usage +ExpandKey=Control+Alt+H + diff --git a/.config/fcitx5/conf/notifications.conf b/.config/fcitx5/conf/notifications.conf new file mode 100644 index 0000000..6e7d1b9 --- /dev/null +++ b/.config/fcitx5/conf/notifications.conf @@ -0,0 +1,3 @@ +# Hidden Notifications +HiddenNotifications= + |