diff --git a/acpi-poweroff b/acpi-poweroff new file mode 100755 index 0000000..c3a0c25 --- /dev/null +++ b/acpi-poweroff @@ -0,0 +1,4 @@ +#!/bin/sh + +suspend=~/bin/suspend +su nico -c "DISPLAY=:0.0 $suspend"