得之我幸 失之我命

when someone abandons you,it is him that gets loss because he lost someone who truly loves him but you just lost one who doesn’t love you.

打字时禁用触摸板

debian 个性化:

打字时禁用触摸板,适用于 synaptics 驱动的触摸板。

1
$ syndaemon -i 0.5

在键盘按下一个按键后触摸板等待 0.5 秒后,打字慢的时候时间可以适当加长。

1
$ syndaemon -i 0.5 -d

以守护进程的方式监控键盘行为,用于后台运行。

两则题外话

  1. 每次开机后运行下命令这个应该是不方便的,所以想开机自启动,可以用开机脚本,但是如果觉得这个有点门槛的话,可以尝试在 /etc/xdg/autostart 下新建一个 *.desktop 的方式实现

    1
    2
    3
    4
    5
    [Desktop Entry]
    Name=syndaemon
    Type=Application
    Exec=/usr/bin/syndaemon -i 0.5
    Terminal=false
  2. 新安装完 synaptics 驱动以后可能没有一些功能,如双击为右键菜单,这时候可以用

    1
    2
    $ synclient -l  # 查看触摸板配置
    $ synclient TapButton2=3 # 用于增加双击右键菜单功能

either I will find a way, or I will make one.