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