diff options
-rw-r--r-- | bash/.profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.profile b/bash/.profile index f870533..2802e32 100644 --- a/bash/.profile +++ b/bash/.profile @@ -20,3 +20,5 @@ fi if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi + +export XMODIFIERS=@im=ibus |