aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorlostd <lostd@2f30.org>2015-02-05 17:53:50 +0200
committerlostd <lostd@2f30.org>2015-02-05 17:53:50 +0200
commitcc65e4098fbf2b99409b37cc4c8d42e794781937 (patch)
treee7e62ce0d1a6cb6820d1ae9d804a730829518f88 /config.def.h
parent162922b98474db445511bc45ca70ebaec82bd77c (diff)
downloadnoice-cc65e4098fbf2b99409b37cc4c8d42e794781937.tar.gz
Clarify state toggling
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 311adb2..a7e5ffc 100644
--- a/config.def.h
+++ b/config.def.h
@@ -2,7 +2,7 @@
#define CURSR " > "
#define EMPTY " "
-int mtimeorder = 0; /* set to 1 to sort by time in the default case */
+int mtimeorder = 0; /* Set to 1 to sort by time in the default case */
struct assoc assocs[] = {
{ "\\.(avi|mp4|mkv|mp3|ogg|flac)$", "mplayer" },
@@ -49,6 +49,6 @@ struct key bindings[] = {
{ '!', SEL_SH },
/* Change dir */
{ 'c', SEL_CD },
- /* Sort by time */
+ /* Toggle sort by time */
{ 't', SEL_MTIME },
};
Un proyecto texto-plano.xyz