summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorN-R-K <79544946+N-R-K@users.noreply.github.com>2021-09-30 09:46:14 +0200
committerGitHub <noreply@github.com>2021-09-30 09:46:14 +0200
commit065562d3c5df336df8ec178a5dbde09ad17869b1 (patch)
tree3e7d824bf03aab2d09c7f7ff276fef0f1dc71daf /config.def.h
parent0c66c0e25f8d3aa90a1d4e7bfaed734e30a29e4c (diff)
downloadnsxiv-065562d3c5df336df8ec178a5dbde09ad17869b1.tar.zst
update outdated comment in config.def.h (#105)
we're not using 'background', 'foreground' and 'font' anymore. see: 0b20783 and f7557c5
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index 19ea7bb..e67fcb8 100644
--- a/config.def.h
+++ b/config.def.h
@@ -4,9 +4,8 @@
static const int WIN_WIDTH = 800;
static const int WIN_HEIGHT = 600;
-/* colors and font are configured with 'background', 'foreground' and
- * 'font' X resource properties.
- * See X(7) section Resources and xrdb(1) for more information.
+/* colors and font are configured via X resource properties.
+ * See nsxiv(1), X(7) section Resources and xrdb(1) for more information.
*/
#endif