aboutsummaryrefslogtreecommitdiff
path: root/config.h
blob: 1a802ec602eed5a288645671a6ab5e4c0795f4c6 (plain) (blame)
1
2
3
4
5
6
7
8
#define MOD Mod1Mask

static Key keys[] = {
  { MOD | ShiftMask,  XK_y, "notify-send hello" },
  { MOD | ShiftMask,  XK_z, "sh -c '~/scripts/notify.sh wow'" },
};