Skip to content

Instantly share code, notes, and snippets.

View nevinpuri's full-sized avatar
💭
249

Nevin nevinpuri

💭
249
View GitHub Profile
@nevinpuri
nevinpuri / Linux Screensaver.c
Last active November 11, 2021 18:47
My first xscreensaver module
#include "screenhack.h"
static const char* nevinScreensaver_defaults[] = {
".background: black",
".foreground: white",
};
static XrmOptionDescRec nevinScreensaver_options [] = {
{"-delay", ".delay", XrmoptionSepArg, 0 }
};