From 75027da2e74559c9dfa3329d87bd014a63c49b08 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Thu, 8 Sep 2022 20:49:00 -0500 Subject: [PATCH] Added ibus-on-boot.sh --- ibus-on-boot.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 ibus-on-boot.sh diff --git a/ibus-on-boot.sh b/ibus-on-boot.sh new file mode 100755 index 0000000..4cff486 --- /dev/null +++ b/ibus-on-boot.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +# this is a script to start the ibus-daemon on startup +# set it up to run automatically on startup somehow + +export GTK_IM_MODULE=ibus +export QT_IM_MODULE=ibus +export XMODIFIERS=@im=ibus +sleep 10 +ibus-daemon -drxR