aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.osx8
1 files changed, 0 insertions, 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 #
###############################################################################