mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-25 11:18:33 +02:00
xss-lock: restore brightness on unlock
This commit is contained in:
parent
0deaeb600b
commit
54d2fa1d20
1 changed files with 1 additions and 0 deletions
|
@ -58,5 +58,6 @@ case "$1" in
|
||||||
# After unlocking screen, stop dimmer, restore notifications
|
# After unlocking screen, stop dimmer, restore notifications
|
||||||
dimmer stop
|
dimmer stop
|
||||||
dunstctl set-paused ${dunstctl_state}
|
dunstctl set-paused ${dunstctl_state}
|
||||||
|
[[ "$(uname -n)" != "wally" ]] || brightnessctl -q set $(brightnessctl get)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue