diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-06-13 22:47:12 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-06-13 22:47:12 +0800 |
commit | b35be1d080b8abcbe989dc2687d61b4b2d450099 (patch) | |
tree | c02498d16034a3aa72016679aa706c1ae7338253 /.config/fcitx/conf/fcitx-xkb.config | |
parent | 78f7be4e4b6501b15b5fefc9f7824bbadf0daf2a (diff) | |
download | dotfiles-b35be1d080b8abcbe989dc2687d61b4b2d450099.tar.bz2 |
Added various ~/.config/ dotfiles.
Updated .gitignore
Modified .gtkrc.mine
Added various ~/.config/ dotfiles:
* autostart
* fcitx
* fontconfig
* geany
* gtk-3.0
* htop
* mc
* parcellite
* vlc
* xfce4
* user-dirs.dirs, user-dirs.locale
Diffstat (limited to '.config/fcitx/conf/fcitx-xkb.config')
-rw-r--r-- | .config/fcitx/conf/fcitx-xkb.config | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/fcitx/conf/fcitx-xkb.config b/.config/fcitx/conf/fcitx-xkb.config new file mode 100644 index 0000000..4ae4a5f --- /dev/null +++ b/.config/fcitx/conf/fcitx-xkb.config @@ -0,0 +1,14 @@ +[X Keyboard] +# Allow to Override System XKB Settings +# Available Value: +# True False +#OverrideSystemXKBSettings=True +# Use the layout of first keyboard input method in list as default layout +# Available Value: +# True False +#UseFirstKeyboardIMAsDefaultLayout=True +# xmodmap command +#XModmapCommand=xmodmap +# Apply this custom xmodmap script after layout change +#CustomXModmapScript= + |