#!/bin/sh # Disable the Ctrl-activated rectangles in Konqueror (Access Keys) kwriteconfig --file khtmlrc --group "Access Keys" --key Enabled --type bool false # Close Tab on Middle Click in Konqueror kwriteconfig --file konquerorrc --group "FMSettings" --key MouseMiddleClickClosesTab --type bool true # Hide "New Tab" and "Close Tab" from the Tabbar in Konqueror kwriteconfig --file konquerorrc --group FMSettings --key AddTabButton --type bool false