mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-27 20:18:49 +02:00
xss-lock: notify earlier
This commit is contained in:
parent
b75dd2422f
commit
8de3fee271
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
me="$(readlink -f "$0")"
|
me="$(readlink -f "$0")"
|
||||||
timeout=300
|
timeout=300
|
||||||
notify=$((timeout/20))
|
notify=$((timeout/10))
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
xset s $((timeout - notify)) $notify
|
xset s $((timeout - notify)) $notify
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue