mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-18 18:04:30 +02:00
xss-lock: derive notify from timeout
This commit is contained in:
parent
a336b0d8df
commit
36951ef8ee
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
me="$(readlink -f "$0")"
|
me="$(readlink -f "$0")"
|
||||||
timeout=600
|
timeout=600
|
||||||
notify=20
|
notify=$((timeout/30))
|
||||||
display=$(systemd-escape -- "$DISPLAY")
|
display=$(systemd-escape -- "$DISPLAY")
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue