Monthly Archives: October 2014


Custom rss for wordpress

1. make feeds refresh (otherwise it seems cached); in wp-content/themes/ready-review/functions.php, add at the end: add_filter( ‘wp_feed_cache_transient_lifetime’, create_function(‘$a’, ‘return 1;’) ); //1 is timeout value   2. edit wp-includes/feed-rss2.php Go to where it has the description tag and make changes accordingly.  Make sure in wp-admin -> settings -> reading -> For each article in a feed, show, you […]


alt + tab application window switcher (e.g. no grouping of windows) in ubuntu

sudo apt-get install compizconfig-settings-manager sudo apt-get install compiz-plugins Open compizconfig-settings-manager with alt-F2, type ccsm. Scroll down to “Ubuntu Unity Plugin”. Choose the tab “Switcher”. Disable the alt-tab and shift-alt-tab key bindings. (“Key to start the switcher” and “Key to switch to the previous window in the Switcher”. Click the “Back” button. Scroll down to the […]