diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 80cb48c..a355333 100644 --- a/config.def.h +++ b/config.def.h @@ -3,8 +3,6 @@ #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" }, |