diff options
author | Weitian LI <liweitianux@gmail.com> | 2015-01-21 09:37:57 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2015-01-21 09:38:54 +0800 |
commit | e4fb853b5e8c745bf610e3d478c905a1f5c1c30d (patch) | |
tree | 4651f09bc4609220c3158a87c6638baea5c4a58a /.config/fcitx/config | |
parent | 0b08340aecac94e17356431894c9635d9bc958d2 (diff) | |
download | dotfiles-e4fb853b5e8c745bf610e3d478c905a1f5c1c30d.tar.bz2 |
Updated .profile for gpg-agent; Removed .config/fcitx.
.gnupg/gpg-agent.conf:
Changed to use pinentry-gtk-2. Because Evolution does *NOT* support
pinentry-ncurses.
Diffstat (limited to '.config/fcitx/config')
-rw-r--r-- | .config/fcitx/config | 147 |
1 files changed, 0 insertions, 147 deletions
diff --git a/.config/fcitx/config b/.config/fcitx/config deleted file mode 100644 index dd4516c..0000000 --- a/.config/fcitx/config +++ /dev/null @@ -1,147 +0,0 @@ -[Hotkey] -# Trigger Input Method -#TriggerKey=CTRL_SPACE -# Use extra trigger key only after using it to inactivate -# Available Value: -# True False -#UseExtraTriggerKeyOnlyWhenUseItToInactivate=True -# Extra key for trigger input method -# Available Value: -# R_CTRL -# R_SHIFT -# L_SHIFT -# L_CTRL -# ALT_L_SHIFT -# ALT_R_SHIFT -# CTRL Both -# SHIFT Both -# L_ALT -# R_ALT -# ALT Both -# Left Super -# Right Super -# Super Both -# Ctrl+Left Super -# Ctrl+Right Super -# Super+Left Ctrl -# Super+Right Ctrl -# Disabled -# Custom -#SwitchKey=L_SHIFT -# Custom switch key -#CustomSwitchKey= -# Activate input method -#ActivateKey= -# Inactivate Input Method -#InactivateKey= -# Enable Hotkey to scroll Between Input Method -# Available Value: -# True False -#IMSwitchKey=True -# Include Inactivate when scrolling between Input Method -# Available Value: -# True False -#IMSwitchIncludeInactive=False -# Scroll between Input Method -# Available Value: -# CTRL_SHIFT -# ALT_SHIFT -# CTRL_SUPER -# ALT_SUPER -#IMSwitchHotkey=CTRL_SHIFT -# Reload configuration -#ReloadConfig=CTRL_5 -# Interval of Two Key Input -#TimeInterval=250 -# Switching Virtual Keyboard -#VKSwitchKey=CTRL_ALT_B -# Switching Remind Mode -#RemindSwitchKey= -# Switching Full Width Character Mode -#FullWidthSwitchKey= -# Switch Full Width Punc Mode -#PuncSwitchKey=CTRL_. -# Prev Page -#PrevPageKey=- UP -# Next Page -#NextPageKey== DOWN -# Choose Second and Third Candidate Word -#SecondThirdCandWordKey= -# Saving All Config and Input History -#SaveAllKey=CTRL_ALT_S -# Switch Embeded Preedit -#SwitchPreedit=CTRL_ALT_P -# Previous Candidate Word -#PrevWord=SHIFT_TAB -# Next Candidate Word -#NextWord=TAB - -[Program] -# Seconds sleep before fcitx really start -#DelayStart=0 -# Share State Among Window -# Available Value: -# No -# All -# PerProgram -#ShareStateAmongWindow=No -# Default Input Method State -# Available Value: -# Inactive -# Active -#DefaultInputMethodState=Inactive - -[Output] -# Type half width Punc After a Number -# Available Value: -# True False -#HalfPuncAfterNumber=True -# Disable Paging in Remind Mode -# Available Value: -# True False -#RemindModeDisablePaging=True -# Commit when toggle state -# Available Value: -# True False -#SendTextWhenSwitchEng=True -# Candidate Word Number -#CandidateWordNumber=5 -# Give the tips of Phrase -# Available Value: -# True False -#PhraseTips=True -# Do not commit preedit text when unfocus a window -# Available Value: -# True False -#DontCommitPreeditWhenUnfocus=False - -[Appearance] -# Show Input Method Hint After Input method changed -# Available Value: -# True False -#ShowInputWindowAfterTriggering=True -# Show Input Method Hint After Input method changed and Focus in -# Available Value: -# True False -#ShowInputWindowWhenFocusIn=False -# Input Method Hint will be only shown when state is active -# Available Value: -# True False -#ShowInputWindowOnlyWhenActive=True -# Show Input Speed -# Available Value: -# True False -#ShowInputSpeed=False -# Show Version -# Available Value: -# True False -#ShowVersion=False -# Do not show input window if there is only preedit string -# Available Value: -# True False -#HideInputWindowWhenOnlyPreeditString=False -# Do not show input window if there is only one candidate and preedit -# Available Value: -# True False -#HideInputWindowWhenOnlyOneCandidate=False - |