[ -f ~/.xinitrc.pre ] && . ~/.xinitrc.pre xrdb -load ~/.Xresources mywal -R [ -f ~/.Xresources.local ] && xrdb -merge ~/.Xresources.local xsettingsd & xset s 3600 [ ! "$IS_UNDERPOWERED" = 1 ] && picom --config ~/.picom.conf & unclutter -root -idle 5 & (pidof transmission-daemon >/dev/null || \ (which transmission-daemon 2>&1 >/dev/null &&\ transmission-daemon)) & [ "$IS_MAIN" = 1 ] && x11vnc -display :0 -forever & xsetroot -cursor_name left_ptr autocutsel & xkbcomp ~/.keymap.xkb $DISPLAY xmodmap ~/.Xmodmap export GTK_IM_MODULE=ibus export QT_IM_MODULE=ibus export XMODIFIERS=@im-ibus [ -f ~/.xinitrc.post ] && . ~/.xinitrc.post emacs