diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-16 20:08:25 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-16 20:09:14 +0530 |
| commit | 7bc460eb28b829537ba9b117eba238d4eaf7b059 (patch) | |
| tree | 19244b8b5d43d0e0ccb0060d5d2df3736b096202 /config.h | |
| download | shotkey-7bc460eb28b829537ba9b117eba238d4eaf7b059.tar.gz shotkey-7bc460eb28b829537ba9b117eba238d4eaf7b059.zip | |
Init commit with all the shit
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 8 |
1 files changed, 8 insertions, 0 deletions
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'" }, +}; + |
