Browse Source

changed config.arg.h - I really need the 4th tag

custom-dwm
Anselm R. Garbe 20 years ago
parent
commit
846850914d
  1. 2
      config.arg.h
  2. 2
      config.mk

2
config.arg.h

@ -4,7 +4,7 @@
*/ */
#define TAGS \ #define TAGS \
const char *tags[] = { "work", "net", "fnord", NULL }; const char *tags[] = { "dev", "work", "net", "fnord", NULL };
#define DEFMODE dotile /* dofloat */ #define DEFMODE dotile /* dofloat */
#define FLOATSYMBOL "><>" #define FLOATSYMBOL "><>"

2
config.mk

@ -1,5 +1,5 @@
# dwm version # dwm version
VERSION = 1.1 VERSION = 1.2
# Customize below to fit your system # Customize below to fit your system

Loading…
Cancel
Save