more changes to how dwm handles dmenu

This commit is contained in:
keleki 2021-09-17 00:53:53 -03:00
parent bf03932132
commit e196352560
3 changed files with 1 additions and 7 deletions

View File

@ -6,12 +6,6 @@ static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "peep:style=Regular" };
static const char dmenufont[] = "peep:style=Regular";
static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee";
static const char col_cyan[] = "#005577";
#include "/home/pavuz/.cache/wal/colors-wal-dwm.h"
//static const char *colors[][3] = {
// /* fg bg border */
@ -58,7 +52,7 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, NULL };
static const char *dmenucmd[] = { "dmenu_run", NULL };
static const char *termcmd[] = { "st", NULL };
static const char *screenshot[] = { "/home/pavuz/.bin/screenshot", NULL };
static const char *screenshotf[] = { "/home/pavuz/.bin/screenshotf", NULL };

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.