#!/bin/bash

case "$1" in
# suspend|hibernate)
#    ;;
resume|thaw)
    physlock -d &
    ;;
esac