main
TitanE 1 year ago
parent d3f49ea520
commit 4c59ccde2d

@ -8,8 +8,8 @@ static const int topbar = 1; /* 0 means bottom bar */
static const unsigned int gappx = 2; /* gaps between windows */
static unsigned int globalborder;
static unsigned int swallowfloating;
static const char *fonts[] = { "JetBrainsMonoNerdFont:size=12" };
static const char dmenufont[] = "JetBrainsMonoNerdFont:size=12";
static const char *fonts[] = { "JetBrainsMono Nerd Font Propo:size=12" };
static const char dmenufont[] = "JetBrainsMono Nerd Font Propo:size=12";
static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
@ -24,7 +24,7 @@ static const char *colors[][3] = {
};
/* tagging */
static const char *tags[] = { "", "", "", "", "", "", "", "", "" };
static const char *tags[] = { "", "󰖟", "", "", "", "󰋩", "", "", "" };
static const Rule rules[] = {
/* xprop(1):

BIN
dwm

Binary file not shown.

@ -211,7 +211,6 @@ static void sendmon(Client *c, Monitor *m);
static void setclientstate(Client *c, long state);
static void setfocus(Client *c);
static void setfullscreen(Client *c, int fullscreen);
static void setgaps(const Arg *arg);
static void setlayout(const Arg *arg);
static void setmfact(const Arg *arg);
static void setup(void);

BIN
dwm.o

Binary file not shown.
Loading…
Cancel
Save