From 9aa6e17e9ac04c0a07ab04754be6005b930db0ed Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Mon, 1 Aug 2022 21:01:30 +0200 Subject: Updated dmenu config.h for dmenu options as a grid. --- headers/dmenu/config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/headers/dmenu/config.h b/headers/dmenu/config.h index c7c17f2..9ee1c93 100644 --- a/headers/dmenu/config.h +++ b/headers/dmenu/config.h @@ -7,7 +7,8 @@ static int min_width = 800; /* minimum width when centered */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { "mononoki:size=14", - "JoyPixels:pixelsize=16:antialias=true:autohint=true" + "NotoColorEmoji:pixelsize=16:antialias=true:autohint=true" + //"JoyPixels:pixelsize=16:antialias=true:autohint=true" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { @@ -15,9 +16,11 @@ static const char *colors[SchemeLast][2] = { [SchemeNorm] = { "#ffffff", "#093145" }, [SchemeSel] = { "#093145", "#e0ea99" }, [SchemeOut] = { "#000000", "#00ffff" }, + /* #9d4e47, #ea716d Salt Lions: https://fallenlondon.wiki/wiki/File:Saltlions_port.png*/ }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ static unsigned int lines = 0; +static unsigned int columns = 0; /* * Characters not considered part of a word while deleting words -- cgit v1.2.1