aboutsummaryrefslogtreecommitdiff
path: root/bin/autostart
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2021-12-15 21:43:26 +0800
committerGuangxiong Lin <[email protected]>2021-12-15 21:43:26 +0800
commitb3d381bfc57feb75f44b62c2c1ed8a313caa9be4 (patch)
treeebe35fa9f249c7b4e6586b6228f1fd413e959cdb /bin/autostart
parent3a1e638cd8f91b87ceae26599abef3af71d28a42 (diff)
downloaddotfiles-b3d381bfc57feb75f44b62c2c1ed8a313caa9be4.tar.gz
dotfiles-b3d381bfc57feb75f44b62c2c1ed8a313caa9be4.tar.bz2
dotfiles-b3d381bfc57feb75f44b62c2c1ed8a313caa9be4.zip
Update autostart
Diffstat (limited to 'bin/autostart')
-rwxr-xr-xbin/autostart7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/autostart b/bin/autostart
index 0ea29ee..c6382f1 100755
--- a/bin/autostart
+++ b/bin/autostart
@@ -1,11 +1,4 @@
#!/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 &