default classname patch
Build/Publish XBPS / build-and-publish (push) Successful in 9s Details

This commit is contained in:
Luca Bilke 2024-04-17 23:21:11 +02:00
parent df00cd0094
commit 6037e1a5bd
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
--- a/x.c
+++ b/x.c
@@ -173,13 +173,13 @@ static char *usedfont = NULL;
static double usedfontsize = 0;
static double defaultfontsize = 0;
-static char *opt_class = NULL;
+static char *opt_class = "St";
static char **opt_cmd = NULL;
static char *opt_embed = NULL;
static char *opt_font = NULL;
static char *opt_io = NULL;
static char *opt_line = NULL;
-static char *opt_name = NULL;
+static char *opt_name = "st";
static char *opt_title = NULL;
static char *opt_dir = NULL;