From a94560921cafeaf028038c96d256d226f3992ff3 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sun, 12 Aug 2012 21:42:23 +0200 Subject: .osx: Drop the energy saver preferences --- .osx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.osx b/.osx index 524606d..cd23d1b 100755 --- a/.osx +++ b/.osx @@ -69,14 +69,6 @@ defaults write NSGlobalDomain NSDisableAutomaticTermination -bool true # in the login window sudo defaults write /Library/Preferences/com.apple.loginwindow AdminHostInfo HostName -# Restart automatically after 10 seconds if the computer freezes -sudo pmset -b panicrestart 10 # battery -sudo pmset -c panicrestart 10 # power adapter - -# Never go into computer sleep mode -sudo pmset -b sleep 0 # battery -sudo pmset -c sleep 0 # power adapter - ############################################################################### # Trackpad, mouse, keyboard, Bluetooth accessories, and input # ############################################################################### -- cgit v1.2.3