diff options
author | N-R-K <79544946+N-R-K@users.noreply.github.com> | 2021-09-30 13:46:14 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-30 07:46:14 +0000 |
commit | 065562d3c5df336df8ec178a5dbde09ad17869b1 (patch) | |
tree | 3e7d824bf03aab2d09c7f7ff276fef0f1dc71daf | |
parent | 0c66c0e25f8d3aa90a1d4e7bfaed734e30a29e4c (diff) |
update outdated comment in config.def.h (#105)
we're not using 'background', 'foreground' and 'font' anymore.
see: 0b20783 and f7557c5
-rw-r--r-- | config.def.h | 5 |
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 |