commit fc6a591bbb930f4c9334614cf4b3ee0e9a674cf0
parent 0a238238c65caa4a1c240585d88ed6795b3f0a46
Author: Markus Hanetzok <markus@hanetzok.net>
Date: Fri, 20 Jun 2025 21:56:20 +0200
fix formatting
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -60,12 +60,12 @@ static const Rule rules[] = {
* WM_NAME(STRING) = title
*/
/* class instance title tags mask isfloating isterminal noswallow monitor */
- { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 },
+ { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 },
{ "st-256color", NULL, NULL, 0, 0, 1, 0, -1 },
- { NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 },
- { NULL, "spfm", NULL, SPTAG(1), 1, 1, 0, -1 },
- { NULL, "pmixer", NULL, SPTAG(2), 1, 1, 0, -1 },
- { NULL, "spmpc", NULL, SPTAG(3), 1, 1, 0, -1 },
+ { NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 },
+ { NULL, "spfm", NULL, SPTAG(1), 1, 1, 0, -1 },
+ { NULL, "pmixer", NULL, SPTAG(2), 1, 1, 0, -1 },
+ { NULL, "spmpc", NULL, SPTAG(3), 1, 1, 0, -1 },
};
/* layout(s) */
@@ -100,7 +100,7 @@ static const char *termcmd[] = { "st", NULL };
static const char *mute[] = { "pamixer", "-t", NULL };
static const char *incvol[] = { "pamixer", "-i", "5", NULL };
static const char *decvol[] = { "pamixer", "-d", "5", NULL };
-static const char *sysact[] = { "sysact", NULL };
+static const char *sysact[] = { "sysmenu", NULL };
static const char *mpctoggle[] = { "mpc", "toggle", NULL };
static const char *mpcnext[] = { "mpc", "next", NULL };