mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-15 20:54:21 +02:00
xss-lock: reduce timeout
This commit is contained in:
parent
5d3876ef1a
commit
88695ec847
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
me="$(readlink -f "$0")"
|
me="$(readlink -f "$0")"
|
||||||
timeout=600
|
timeout=300
|
||||||
notify=$((timeout/30))
|
notify=$((timeout/30))
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue