aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorGravatar sin <sin@2f30.org>2015-11-14 14:51:29 +0000
committerGravatar sin <sin@2f30.org>2015-11-14 14:52:22 +0000
commitd6e89ef07f46895077807c0db78ffd27334de392 (patch)
tree243c4729cead1324563a55b02a4bb97eb61a10c8 /config.def.h
parent62736bf43a528f472dd01c87fa1d4ac247e07043 (diff)
downloadnnn-d6e89ef07f46895077807c0db78ffd27334de392.tar.gz
Revert "Run screensaver after a period of idleness"
This reverts commit 1e18b85e56d98ca2daeb7adc587c28f5d653a01f. Revert until remaining issues are fixed. The filter search expires after 1 second of inactivity without the revert.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
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" },