random/ibus-on-boot.sh

11 lines
224 B
Bash
Raw Normal View History

2022-09-08 20:49:00 -05:00
#!/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