#!/bin/bash
#                       /usr/local/bin/disable_suspend
# https://crystalfaeries.net/posix/bin/disable_suspend
# celeste:crystalfaery DISABLE_SUSPEND 2018-08-16 01:45:27+00:00
# https://www.commandlinefu.com/commands/view/24196/disable-suspend-on-lid-close-until-current-shell-exits
# Disable suspend on lid close until current shell exits
exec systemd-inhibit --what=handle-lid-switch --mode=block bash 
