OS: Linux Mint 17.1 Rebecca
I recently updated from Mint 17 to 17.1, and lost some of my configs/tweaks. I'm putting this here for reference, and just in case anybody wants it.
I like changing tabs with the General > Windows > Alt-Tab > Window Preview (no icons)
behavior of cinnamon. However, the slow fade out slows me down. The "fix" is to change /usr/share/cinnamon/js/ui/appSwitcher/classicSwitcher.js
. Near the top you'll see:
const PREVIEW_DELAY_TIMEOUT = 180; // milliseconds
var PREVIEW_SWITCHER_FADEOUT_TIME = 0.5; // seconds