aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index a355333..80cb48c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -3,6 +3,8 @@
#define EMPTY " "
int mtimeorder = 0; /* Set to 1 to sort by time in the default case */
+int idletimeout = 0; /* Screensaver timeout in seconds, 0 to disable */
+char *idlecmd = "rain"; /* The screensaver program */
struct assoc assocs[] = {
{ "\\.(avi|mp4|mkv|mp3|ogg|flac|mov)$", "mplayer" },