<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.ccn.ucla.edu/wiki/index.php?action=history&amp;feed=atom&amp;title=OSX_Defaults_Hacks_and_General_Customization</id>
	<title>OSX Defaults Hacks and General Customization - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.ccn.ucla.edu/wiki/index.php?action=history&amp;feed=atom&amp;title=OSX_Defaults_Hacks_and_General_Customization"/>
	<link rel="alternate" type="text/html" href="https://www.ccn.ucla.edu/wiki/index.php?title=OSX_Defaults_Hacks_and_General_Customization&amp;action=history"/>
	<updated>2026-05-03T20:48:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://www.ccn.ucla.edu/wiki/index.php?title=OSX_Defaults_Hacks_and_General_Customization&amp;diff=1708&amp;oldid=prev</id>
		<title>Ccn admin: 7 revisions</title>
		<link rel="alternate" type="text/html" href="https://www.ccn.ucla.edu/wiki/index.php?title=OSX_Defaults_Hacks_and_General_Customization&amp;diff=1708&amp;oldid=prev"/>
		<updated>2014-01-16T03:44:15Z</updated>

		<summary type="html">&lt;p&gt;7 revisions&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;;Disable dashboard&lt;br /&gt;
:defaults write com.apple.dashboard mcx-disabled -boolean YES&lt;br /&gt;
&lt;br /&gt;
;Reduce render delay&lt;br /&gt;
:defaults write com.apple.Safari WebKitInitialTimedLayoutDelay 0.25&lt;br /&gt;
&lt;br /&gt;
;Increase animation speed of sheets&lt;br /&gt;
:defaults write NSGlobalDomain NSWindowResizeTime .001&lt;br /&gt;
&lt;br /&gt;
;Disable Spotlight&lt;br /&gt;
:edit /etc/hostconfig to change &amp;quot;SPOTLIGHT=-YES-&amp;quot; to &amp;quot;SPOTLIGHT=-NO-&amp;quot;&lt;br /&gt;
&lt;br /&gt;
; Enable Safari Debug Menu&lt;br /&gt;
:defaults write com.apple.Safari IncludeDebugMenu 1&lt;br /&gt;
&lt;br /&gt;
;Disable xterm startup when X11 is started&lt;br /&gt;
:defaults write org.x.X11_launcher app_to_run /usr/X11/bin/xlsclients&lt;br /&gt;
:or&lt;br /&gt;
:defaults write org.x.X11_launcher app_to_run /usr/bin/true&lt;br /&gt;
&lt;br /&gt;
;And finally, in XQuartz from macosforge X11 and X11_launcher have been integrated, so you do this&lt;br /&gt;
:defaults write org.x.X11 app_to_run /usr/bin/true&lt;br /&gt;
:To Renable =&amp;gt; defaults write org.x.X11_launcher app_to_run /usr/X11/bin/xterm&lt;br /&gt;
&lt;br /&gt;
; Get rid of X11 quit alert&lt;br /&gt;
:defaults write com.apple.x11 no_quit_alert true&lt;br /&gt;
&lt;br /&gt;
;Get rid of the .DS_Store files on share drives (specifically windows shares)&lt;br /&gt;
:defaults write com.apple.desktopservices DSDontWriteNetworkStores true&lt;br /&gt;
&lt;br /&gt;
;Show full path to current directory on Finder Title&lt;br /&gt;
:defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES&lt;br /&gt;
&lt;br /&gt;
;Mount external drives without user login (normally they only mount when a user logs in)&lt;br /&gt;
:defaults write /Library/Preferences/SystemConfiguration/autodiskmount AutomountDisksWithoutUserLogin -bool true&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;font color=darkred size=4&amp;gt;When making changes to Finder, make sure to execute a &amp;quot;killall Finder&amp;quot; or &amp;quot;killall Dock&amp;quot; &lt;br /&gt;
 &lt;br /&gt;
 in terminal to activate changes&amp;lt;/font&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ccn admin</name></author>
	</entry>
</feed>