From 3c5475ed9d33ba8a29fcc8f5c4062982350352b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Thu, 26 Aug 2021 10:51:22 +0200 Subject: OpenBSD update --- roles/workstation/templates/_openbsd/apm-suspend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 roles/workstation/templates/_openbsd/apm-suspend (limited to 'roles/workstation/templates/_openbsd/apm-suspend') 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 -- cgit v1.2.3