Month: April 2012
-
Useful ‘command not found’ output for bash
Add this to your .bashrc: clippy() { echo “I see you’re trying to use the terminal …”; echo ” v “; echo ” ╭─╮”; echo ” ⌾ ⌾”; echo ” │▕│”; echo ” ╰─╯”; } function command_not_found_handle { clippy $1; } It will result in: $ adsf I see you’re trying to use the terminal…
-
Focus follows mouse in gnome fallback
gconftool-2 –type string –set /apps/metacity/general/focus_mode mouse OR: Install ccsm Run it Go to general options Click ‘focus and raise behaviour’ Untick ‘raise to focus’ Now the windows will focus on hovering the mouse over it.