mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-07 16:54:21 +02:00
xss-lock: double timeout
This commit is contained in:
parent
5c7c6b6ee3
commit
c002f9c09e
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
me="$(readlink -f "$0")"
|
me="$(readlink -f "$0")"
|
||||||
timeout=300
|
timeout=600
|
||||||
notify=10
|
notify=20
|
||||||
display=$(systemd-escape -- "$DISPLAY")
|
display=$(systemd-escape -- "$DISPLAY")
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue