Skip to content

Commit

Permalink
update outdated comment in config.def.h (nsxiv#105)
Browse files Browse the repository at this point in the history
we're not using 'background', 'foreground' and 'font' anymore.
see: 0b20783 and f7557c5
  • Loading branch information
N-R-K authored Sep 30, 2021
1 parent 0c66c0e commit 065562d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 065562d

Please sign in to comment.