diff options
| author | philw <dscr@duck.com> | 2025-04-15 01:41:05 +0200 |
|---|---|---|
| committer | philw <dscr@duck.com> | 2025-04-15 01:41:05 +0200 |
| commit | 8146021a2ea4130cfb0d2bf846b451ec538b1bb6 (patch) | |
| tree | 3a946ef5ee4769bf4eae89b4e77858cc67b8060b /src/config | |
| parent | 515b7f3b4f048b29325e3e38f0f4a2ef898e8daa (diff) | |
| download | dwm-8146021a2ea4130cfb0d2bf846b451ec538b1bb6.tar.gz dwm-8146021a2ea4130cfb0d2bf846b451ec538b1bb6.zip | |
Refactor the project
Refactored core logic to improve readability and maintainability.
Documented the 'transient.c' file to provide clear explanations of its purpose and functions.
Updated the 'util.c' file with necessary comments and improvements to existing code.
Documented the 'util.h' header file to clarify function prototypes and usage.
This update should improve the overall code quality and make it easier for future development.
Signed-off-by: philw <dscr@duck.com>
Diffstat (limited to '')
| -rw-r--r-- | src/config/config.def.h (renamed from config.def.h) | 0 | ||||
| -rw-r--r-- | src/config/config.h (renamed from config.h) | 0 | ||||
| -rw-r--r-- | src/config/config.mk (renamed from config.mk) | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/src/config/config.def.h index e6d32c5..e6d32c5 100644 --- a/config.def.h +++ b/src/config/config.def.h | |||
diff --git a/config.h b/src/config/config.h index e6d32c5..e6d32c5 100644 --- a/config.h +++ b/src/config/config.h | |||
diff --git a/config.mk b/src/config/config.mk index 1c9d2e3..3935516 100644 --- a/config.mk +++ b/src/config/config.mk | |||
| @@ -37,4 +37,4 @@ LDFLAGS = ${LIBS} | |||
| 37 | #LDFLAGS = ${LIBS} | 37 | #LDFLAGS = ${LIBS} |
| 38 | 38 | ||
| 39 | # compiler and linker | 39 | # compiler and linker |
| 40 | CC = cc | 40 | CC = gcc |
