Merge branch 'master' into main
This commit is contained in:
commit
2675dba313
4
config.h
4
config.h
@ -10,13 +10,13 @@ static const char *fonts[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* -p option; prompt to the left of input field */
|
/* -p option; prompt to the left of input field */
|
||||||
static const char *prompt = NULL;
|
static const char *prompt = NULL;
|
||||||
|
|
||||||
/* colours from cols */
|
/* colours from cols */
|
||||||
#include "/home/spy/.config/cols/dmenu.h"
|
#include "/home/spy/.config/cols/dmenu.h"
|
||||||
|
|
||||||
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
|
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
|
||||||
static unsigned int lines = 0;
|
static unsigned int lines = 0;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Characters not considered part of a word while deleting words
|
* Characters not considered part of a word while deleting words
|
||||||
|
Loading…
Reference in New Issue
Block a user