From caa9613f51dc802bebae752bab307e093face5d1 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 7 Aug 2025 12:45:02 +0200 Subject: update --- compile_commands.json | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++ config.def.h | 3 +- 2 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 compile_commands.json diff --git a/compile_commands.json b/compile_commands.json new file mode 100644 index 0000000..9d9690e --- /dev/null +++ b/compile_commands.json @@ -0,0 +1,77 @@ +[ + { + "arguments": [ + "/usr/bin/cc", + "-c", + "-std=c99", + "-pedantic", + "-Wall", + "-Wno-deprecated-declarations", + "-march=alderlake", + "-Os", + "-pipe", + "-I/usr/X11R6/include", + "-I/usr/include/freetype2", + "-D_DEFAULT_SOURCE", + "-D_BSD_SOURCE", + "-D_XOPEN_SOURCE=700L", + "-DVERSION=\"6.5\"", + "-DXINERAMA", + "-DHOME=\"/home/r_bousset/\"", + "-DHOMEBIN=\"/home/r_bousset/.local/bin/\"", + "drw.c" + ], + "directory": "/home/r_bousset/.local/packs/dwm", + "file": "/home/r_bousset/.local/packs/dwm/drw.c" + }, + { + "arguments": [ + "/usr/bin/cc", + "-c", + "-std=c99", + "-pedantic", + "-Wall", + "-Wno-deprecated-declarations", + "-march=alderlake", + "-Os", + "-pipe", + "-I/usr/X11R6/include", + "-I/usr/include/freetype2", + "-D_DEFAULT_SOURCE", + "-D_BSD_SOURCE", + "-D_XOPEN_SOURCE=700L", + "-DVERSION=\"6.5\"", + "-DXINERAMA", + "-DHOME=\"/home/r_bousset/\"", + "-DHOMEBIN=\"/home/r_bousset/.local/bin/\"", + "dwm.c" + ], + "directory": "/home/r_bousset/.local/packs/dwm", + "file": "/home/r_bousset/.local/packs/dwm/dwm.c" + }, + { + "arguments": [ + "/usr/bin/cc", + "-c", + "-std=c99", + "-pedantic", + "-Wall", + "-Wno-deprecated-declarations", + "-march=alderlake", + "-Os", + "-pipe", + "-I/usr/X11R6/include", + "-I/usr/include/freetype2", + "-D_DEFAULT_SOURCE", + "-D_BSD_SOURCE", + "-D_XOPEN_SOURCE=700L", + "-DVERSION=\"6.5\"", + "-DXINERAMA", + "-DHOME=\"/home/r_bousset/\"", + "-DHOMEBIN=\"/home/r_bousset/.local/bin/\"", + "util.c" + ], + "directory": "/home/r_bousset/.local/packs/dwm", + "file": "/home/r_bousset/.local/packs/dwm/util.c" + } +] diff --git a/config.def.h b/config.def.h index f34ef7b..b6768c4 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,8 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a static int fuzzy = 1; /* -F option; if 0, dmenu doesn't use fuzzy matching */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "BigBlueTermPlus Nerd Font:size=13" + "Hack Nerd Font:size=14" + // "BigBlueTermPlus Nerd Font:size=13" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { -- cgit v1.2.3