/home/drscream

  • home
  • blog
  • gallery
  • studies
  • about
  • MacBook black & white cover design

    Found some nice MacBook black & white designs. Look at etsy.com :-)

    macbook_cover_01
    macbook_cover_02

    macbook_cover_03
    macbook_cover_04


    Posted

    October 26, 2009

    Tags

    art, artwork, cover, design, macbook

    1 comment

  • Apple MacBook – Toggle touchpad when pluggin the mouse

    Ohh well I love udev, that’s an really easy way to get it working:

    Create the following file /etc/udev/rules.d/10-local.rules and put in these udev rules into it:

    ACTION=="add", SUBSYSTEM=="input", ID_CLASS="mouse", RUN+="/usr/bin/synclient TouchpadOff=1"
    ACTION=="remove", SUBSYSTEM=="input", ID_CLASS="mouse",  RUN+="/usr/bin/synclient TouchpadOff=0 MaxTapTime=0;"

    After a reboot or restart of udevd everything works fine.

    Posted

    December 25, 2007

    Tags

    apple, linux, macbook

    1 comment