]> git.wh0rd.org - home.git/blobdiff - .kde4/Autostart/kde-hidden-settings
add some kde stuff
[home.git] / .kde4 / Autostart / kde-hidden-settings
diff --git a/.kde4/Autostart/kde-hidden-settings b/.kde4/Autostart/kde-hidden-settings
new file mode 100755 (executable)
index 0000000..c784e9e
--- /dev/null
@@ -0,0 +1,10 @@
+#!/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