aboutsummaryrefslogtreecommitdiffstats
path: root/roles/workstation/templates/_openbsd/apm-suspend
diff options
context:
space:
mode:
Diffstat (limited to 'roles/workstation/templates/_openbsd/apm-suspend')
-rwxr-xr-xroles/workstation/templates/_openbsd/apm-suspend5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/workstation/templates/_openbsd/apm-suspend b/roles/workstation/templates/_openbsd/apm-suspend
new file mode 100755
index 0000000..ef90fed
--- /dev/null
+++ b/roles/workstation/templates/_openbsd/apm-suspend
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -x -e
+
+pkill -USR1 xidle
remember that computers suck.