To enable Blur effect in a kde terminal emulator (those that are developed with QT engine), Put the following code sequence inside .bashrc file.
.bashrc file it's placed in user directory by standard. It can be acessed through ~/.bashrc
# ----------------------------------------------------------------- | |
# .gitignore for WordPress @salcode | |
# ver 20160309 | |
# | |
# From the root of your project run | |
# curl -O https://gist.githubusercontent.com/salcode/b515f520d3f8207ecd04/raw/.gitignore | |
# to download this file | |
# | |
# By default all files are ignored. You'll need to whitelist | |
# any mu-plugins, plugins, or themes you want to include in the repo. |
// MMA7660FC Basic demo by Addidis | |
// Released under the Creative Commons Attribution-ShareAlike License (3.0) | |
// http://creativecommons.org/licenses/by-sa/3.0/us/ | |
// 10/24/11 | |
// HW : Tautic accelerometer board +4.7k pull ups on sda scl , uno32, led +330 resistor | |
// SCL -->A5 | |
// SDA -->A4 | |
// INT -->D7 | |
// gnd -->gnd | |
// vdd -->3.3v NOTE 3.3v! |