From b015328bd59766c8febbab81c1f2f5a16cefa8f4 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 1 Jan 2025 20:01:57 +0900 Subject: modified config.h, modified dwm.c --- dwm/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dwm/config.h') diff --git a/dwm/config.h b/dwm/config.h index 6d71b6f..3098b92 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -22,6 +22,7 @@ static int topbar = 1; /* 0 means bottom bar */ static const int allowkill = 1; /* allow killing clients by default? */ static const int vertpad = PADDING; /* vertical padding of bar */ static const int sidepad = PADDING; /* horizontal padding of bar */ +static const char *barlayout = "tln|s"; /* t: tag, l: layout, n: name, s: status */ static char *fonts[] = { "monospace:size=10", "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" }; -- cgit v1.2.3