Skip to content

Commit

Permalink
update defaults for energy saving
Browse files Browse the repository at this point in the history
  • Loading branch information
zbiljic committed Apr 5, 2024
1 parent 86966dd commit 96af7f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions home/.chezmoiscripts/darwin/run_onchange_after_configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ sudo systemsetup -settimezone "Europe/Belgrade" > /dev/null
# Energy saving #
###############################################################################

# Sleep the display after 15 minutes
sudo pmset -a displaysleep 15
# Sleep the display after 10 minutes
sudo pmset -a displaysleep 10

# Set machine sleep to 10 minutes on battery
sudo pmset -b sleep 10
# Set machine sleep to 5 minutes on battery
sudo pmset -b sleep 5

###############################################################################
# Screen #
Expand Down

0 comments on commit 96af7f8

Please sign in to comment.