From 54d2fa1d200c57b71b59a3abacd88a44d9b892d8 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 10 Jul 2023 06:24:56 +0200 Subject: [PATCH] xss-lock: restore brightness on unlock --- bin/xss-lock | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/xss-lock b/bin/xss-lock index 771f757..35d6d8d 100755 --- a/bin/xss-lock +++ b/bin/xss-lock @@ -58,5 +58,6 @@ case "$1" in # After unlocking screen, stop dimmer, restore notifications dimmer stop dunstctl set-paused ${dunstctl_state} + [[ "$(uname -n)" != "wally" ]] || brightnessctl -q set $(brightnessctl get) ;; esac