Change: Class

This commit is contained in:
speediegq 2022-10-04 16:26:50 +02:00
parent 2f98270f33
commit e17b8fe64a

2
x.c
View file

@ -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;