From 78c931cf2d4fdb59814ef1d4e1f57cc435e22fdd Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 28 Aug 2022 12:49:18 +0200 Subject: japanese polybar + fcitx5 config files --- .config/fcitx5/conf/classicui.conf | 25 +++++++++++++++++++++++++ .config/fcitx5/conf/imselector.conf | 10 ++++++++++ .config/fcitx5/conf/mozc.conf | 11 +++++++++++ .config/fcitx5/conf/notifications.conf | 3 +++ 4 files changed, 49 insertions(+) create mode 100644 .config/fcitx5/conf/classicui.conf create mode 100644 .config/fcitx5/conf/imselector.conf create mode 100644 .config/fcitx5/conf/mozc.conf create mode 100644 .config/fcitx5/conf/notifications.conf (limited to '.config/fcitx5/conf') 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= + -- cgit v1.2.3