It's almost Christmas, so why not make your KDE desktop all snowy?
The first step is to emerge/apt-get/yum (delete as appropriate) xsnow.
Next up you'll want to make it run when you log into your machine. Create a file in /home/%u/.kde/Autostart (where %u is your username) called xsnow-run. Add the following code to this file:
#!/bin/bash
(
Read more... )