Skip to content

Instantly share code, notes, and snippets.

@jackphil
jackphil / ican
Created May 30, 2012 14:31
一些常用小工具(命令)集合
#!/bin/bash
#$ Usage Help
usage(){
cat <<EOF
Usage: `basename $0` command
Description:
Collections of little tools.
@jackphil
jackphil / dotxinitrc
Created May 30, 2012 07:42
配置文件.xinitrc
# 不使用LC_ALL,因为它会强制所有LC_*变量使用统一的locale
export LANG=zh_CN.UTF-8
# 输入法
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
ibus-daemon -x -d
exec ck-launch-session startkde
@jackphil
jackphil / dotxprofile
Created May 30, 2012 07:30
配置文件.xprofile
# 不使用LC_ALL,因为它会强制所有LC_*变量使用统一的locale
export LANG=zh_CN.UTF-8
# input method
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
ibus-daemon -x -d