Tuesday, April 29, 2008

My konqueror tweaks

The following tweaks will
  1. Remove the "New Tab" & "Close Tab" buttons from konqueror toolbar.
  2. Hovering on favicon will change to "Close Tab" button (how kool is that :P !!)
  • kwriteconfig --file konquerorrc --group FMSettings --key AddTabButton --type bool false
  • kwriteconfig --file konquerorrc --group FMSettings --key CloseTabButton --type bool false
  • kwriteconfig --file konquerorrc --group FMSettings --key PermanentCloseButton --type bool false
  • kwriteconfig --file konquerorrc --group FMSettings --key HoverCloseButton --type bool true