slock

my customized slock build
git clone git://git.hanetzok.net/slock
Log | Files | Refs | README | LICENSE

commit 3efc99484f70d2e5137f4b23fbcf846a723624ce
parent 48e1b2505e717473d57a8f396cf7f3704d3cbe3a
Author: Markus Hanetzok <markus@hanetzok.net>
Date:   Mon, 27 Oct 2025 13:04:56 +0100

change timeout cmd

Diffstat:
Mconfig.def.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -17,9 +17,9 @@ static const int failonclear = 1; /* should [command] be run only once? */ static const int runonce = 0; /* length of time (seconds) until [command] is executed */ -static const int timeoffset = 30; +static const int timeoffset = 1200; /* command to be run after [timeoffset] seconds has passed */ -static const char *command = "/usr/bin/xset dpms force off"; +static const char *command = "systemctl suspend -i"; static const int logosize = 75; static const int logow = 12; /* Grid width and height for right center alignment*/