mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-25 20:58:37 -06:00
Added ibus-on-boot.sh
This commit is contained in:
parent
e67cf97058
commit
75027da2e7
1 changed files with 10 additions and 0 deletions
10
ibus-on-boot.sh
Executable file
10
ibus-on-boot.sh
Executable file
|
@ -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
|
Loading…
Reference in a new issue