Skip to content

Instantly share code, notes, and snippets.

@larsbratholm
Created September 24, 2016 17:05
Show Gist options
  • Save larsbratholm/3e276756acb0e9012cfc8b465589f1c4 to your computer and use it in GitHub Desktop.
Save larsbratholm/3e276756acb0e9012cfc8b465589f1c4 to your computer and use it in GitHub Desktop.
deactivate sleepmode on lid close
#!/usr/bin/env bash
# As far as I remember only disables sleep until the terminal where this is run is closed.
systemd-inhibit --what=handle-lid-switch sleep 1d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment