diff options
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'" }, +}; + |
