commit 48dfd58d73dbbd26421c9a88cb5e57e587abff55 parent 76dd2f85ad26d0b3146b5185831e52d497f018b7 Author: Cem Keylan <cem@ckyln.com> Date: Thu, 14 Nov 2019 13:55:14 +0300 saner lock mechanism for zzz Diffstat:
M | .onresume | | | 2 | +- |
A | .onsuspend | | | 2 | ++ |
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.onresume b/.onresume @@ -1,2 +1,2 @@ #!/usr/bin/env sh -$HOME/.local/bin/lockme +notify-send "CARBS" "Welcome back, $USER" diff --git a/.onsuspend b/.onsuspend @@ -0,0 +1,2 @@ +#!/bin/sh +$HOME/.local/bin/lockme &