aboutsummaryrefslogtreecommitdiff
path: root/bin/autostart
diff options
context:
space:
mode:
Diffstat (limited to 'bin/autostart')
-rwxr-xr-xbin/autostart11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/autostart b/bin/autostart
new file mode 100755
index 0000000..0ea29ee
--- /dev/null
+++ b/bin/autostart
@@ -0,0 +1,11 @@
+#!/usr/bin/env bash
+
+export GTK_IM_MODULE=fcitx
+export QT_IM_MODULE=fcitx
+export XMODIFIERS=@im=fcitx
+export INPUT_METHOD=fcitx
+export SDL_IM_MODULE=fcitx
+
+[ -f /usr/bin/fcitx5 ] && fcitx5 -d
+
+[ -f ~/.fehbg ] && ~/.fehbg &