From e17b8fe64ab8bb0ccc5628bcccaa382dd6d6b5ec Mon Sep 17 00:00:00 2001 From: speediegq Date: Tue, 4 Oct 2022 16:26:50 +0200 Subject: [PATCH] Change: Class --- x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x.c b/x.c index 4dbe7c3..c96cbc3 100644 --- a/x.c +++ b/x.c @@ -947,7 +947,7 @@ void xhints(void) { XClassHint class = {opt_name ? opt_name : "st", - opt_class ? opt_class : "St"}; + opt_class ? opt_class : "st"}; XWMHints wm = {.flags = InputHint, .input = 1}; XSizeHints *sizeh;