diff options
author | shmibs <shmibs@gmail.com> | 2014-04-26 23:56:24 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-04-26 23:56:24 -0700 |
commit | 6ad6dc3e7002415f59e514794fad2726e25ddc62 (patch) | |
tree | 7c4a890b3717ab4b2e3b9d7daea0afb6df9743ea /.xinitrc | |
parent | dbc8bfc9cc6f878469db90b159419b7bb476bd94 (diff) | |
download | dotfiles-6ad6dc3e7002415f59e514794fad2726e25ddc62.tar.gz |
changed theme
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -10,6 +10,12 @@ then xmodmap ~/.Xmodmap fi +#input! +export GTK_IM_MODULE=fcitx +export QT_IM_MODULE=fcitx +export XMODIFIERS="@im=fcitx" +fcitx & + #urxvt daemon urxvtd & @@ -20,8 +26,8 @@ then fi xsetroot -cursor_name left_ptr -compton -b -o 0.8 -r 10 -l -10 -t -10 --backend glx --paint-on-overlay & -ibus-daemon -x & +compton -b --backend glx --vsync opengl & +#ibus-daemon -x & nitrogen --restore & exec mate-session |