mirror of
git://git.suckless.org/dwm
synced 2025-12-17 04:33:08 +01:00
changed config.arg.h - I really need the 4th tag
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
#define TAGS \
|
||||
const char *tags[] = { "work", "net", "fnord", NULL };
|
||||
const char *tags[] = { "dev", "work", "net", "fnord", NULL };
|
||||
|
||||
#define DEFMODE dotile /* dofloat */
|
||||
#define FLOATSYMBOL "><>"
|
||||
|
||||
Reference in New Issue
Block a user