diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-13 18:41:45 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-13 18:41:45 +0100 |
commit | 73e8f9d4179a3af878ee6020ff028b89e6ed1260 (patch) | |
tree | 1951e230383940af887266decb5c9fc856ccc739 /dot_xprofile | |
parent | daf47e05926090414641054a8f51afa3bfafcde2 (diff) | |
download | user-config-73e8f9d4179a3af878ee6020ff028b89e6ed1260.tar.gz user-config-73e8f9d4179a3af878ee6020ff028b89e6ed1260.zip |
Add X config files.
Diffstat (limited to 'dot_xprofile')
-rwxr-xr-x | dot_xprofile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dot_xprofile b/dot_xprofile new file mode 100755 index 0000000..3bfc1d2 --- /dev/null +++ b/dot_xprofile @@ -0,0 +1,8 @@ +#!/bin/sh + +#export GTK_IM_MODULE_FILE=/etc/gtk-2.0/gtk.immodules +#export GTK_IM_MODULE='uim' +#export QT_IM_MODULE='uim' +#uim-xim & +#export XMODIFIERS='@im=uim' + |