From 7bc460eb28b829537ba9b117eba238d4eaf7b059 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 16 Jun 2020 20:08:25 +0530 Subject: Init commit with all the shit --- config.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.h (limited to 'config.h') diff --git a/config.h b/config.h new file mode 100644 index 0000000..1a802ec --- /dev/null +++ b/config.h @@ -0,0 +1,8 @@ + +#define MOD Mod1Mask + +static Key keys[] = { + { MOD | ShiftMask, XK_y, "notify-send hello" }, + { MOD | ShiftMask, XK_z, "sh -c '~/scripts/notify.sh wow'" }, +}; + -- cgit v1.3.1