diff --git a/config.def.h b/config.def.h index 8a94aa8..20b5cd1 100644 --- a/config.def.h +++ b/config.def.h @@ -258,7 +258,7 @@ static const char *dmenucmd[] = { NULL }; // static const char *vesktop[] = { "vesktop", NULL }; - +static const char *wallpapercmd[]= { "/home/ganome/.local/bin/wallsetter.dwm", NULL }; static const char *termcmd[] = { "ghostty", NULL }; static const Key keys[] = { @@ -286,6 +286,7 @@ static const Key keys[] = { { MODKEY, XK_t, setlayout, {.v = &layouts[0]} }, { MODKEY, XK_f, setlayout, {.v = &layouts[1]} }, { MODKEY, XK_m, setlayout, {.v = &layouts[2]} }, + { MODKEY|ShiftMask, XK_n, spawn, {.v = wallpapercmd } }, { MODKEY, XK_space, setlayout, {0} }, { MODKEY|ShiftMask, XK_space, togglefloating, {0} }, { MODKEY, XK_grave, togglescratch, {.v = scratchpadcmd } },