commit 1f9f33a62b82c1e8c8b2927c839b5fd95d557f4f
parent 4483faf950f6e82b430d65fdeb618c3ca40b95f1
Author: grouse <bdmfegys@duck.com>
Date: Wed, 25 Oct 2023 07:13:39 -0400
fixed wallpaper script shortcut
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -12,8 +12,8 @@ static const unsigned int systraypinning = 0; /* 0: sloppy systray follows sel
static const unsigned int systrayspacing = 2; /* systray spacing */
static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display systray on the first monitor, False: display systray on the last monitor*/
static const int showsystray = 1; /* 0 means no systray */
-static const char *fonts[] = { "Inconsolata-ExpandedBold:pixelsize=18" };
-static const char dmenufont[] = "Inconsolata-ExpandedBold:pixelsize=18";
+static const char *fonts[] = { "Inconsolata-ExpandedBold:pixelsize=22" };
+static const char dmenufont[] = "Inconsolata-ExpandedBold:pixelsize=22";
static const char col_gray1[] = "#C5C8C6";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#1d1d1d";
@@ -47,7 +47,7 @@ static const unsigned int alphas[][3] = {
};
/* tagging */
-static const char *tags[] = { "", "", "", "", "", "", "", "", "" };
+static const char *tags[] = { "", "", "", "", "",};
static const Rule rules[] = {
/* xprop(1):
* WM_CLASS(STRING) = instance, class
@@ -91,8 +91,8 @@ static const Layout layouts[] = {
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-i", NULL };
static const char *termcmd[] = { "st", NULL };
-static const char *wallpaper[] = { "wallpaper" };
-static const char *wallpapergif[] = { "wallpapergif" };
+static const char *wallpaper[] = { "xwallpaper" };
+static const char *wallpapergif[] = { "xwallpapergif" };
static const char *restarter[] = { "restarter", NULL};
static const char *volup[] = { "volume.sh", "up", NULL};
static const char *voldown[] = { "volume.sh", "down", NULL};