diff options
author | arg@10ksloc.org <unknown> | 2006-08-01 13:59:13 +0200 |
---|---|---|
committer | arg@10ksloc.org <unknown> | 2006-08-01 13:59:13 +0200 |
commit | a73a88280681acdab047bd11a9ba77d97d6a0b72 (patch) | |
tree | 03703345ad51ac1112cc502db4f9337d246cf533 /dwm.1 | |
parent | 57416beefec4db451a75a1d25434b69cf50badad (diff) | |
download | dwm-a73a88280681acdab047bd11a9ba77d97d6a0b72.tar.gz |
centralized/externalized configuration to config.h
Diffstat (limited to 'dwm.1')
-rw-r--r-- | dwm.1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dwm.1 b/dwm.1 index 3f1f75a..e7f1758 100644 --- a/dwm.1 +++ b/dwm.1 @@ -98,7 +98,5 @@ Resizes current while dragging .SH CUSTOMIZATION .B dwm -is customized through editing its source code. This keeps it fast, secure and -simple. The source code contains the -.I CUSTOMIZE -keyword to highlight relevant portions for customization. +is customized through editing config.h of the source code. This keeps it fast, +secure and simple. |